Skip to content

Commit

Permalink
enable flycheck for coffee-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordon Biondo committed Aug 18, 2020
1 parent 5b54321 commit 9889e83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1119,8 +1119,10 @@
(progn
(add-hook
'coffee-mode-hook
(defun jordon-setup-coffe-indent ()
(setq-local coffee-tab-width 2))))
(defun jordon-setup-coffee ()
(setq-local coffee-tab-width 2)
(flycheck-mode t)
(flycheck-select-checker 'coffee))))
:ensure)

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 9889e83

Please sign in to comment.