mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Load up flymake properly in coffee and haml modes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
(defun customizations-for-coffee-mode ()
|
||||
(interactive)
|
||||
(flyspell-prog-mode)
|
||||
(flymake-coffee-load)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(auto-complete-mode)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
(defun customizations-for-haml-mode ()
|
||||
(interactive)
|
||||
(flyspell-prog-mode)
|
||||
(flymake-haml-load)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(auto-complete-mode)
|
||||
|
||||
Reference in New Issue
Block a user