Load up flymake properly in coffee and haml modes

This commit is contained in:
2012-08-13 02:32:25 +01:00
parent a35f6fa301
commit 8e849c660b
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
(defun customizations-for-coffee-mode ()
(interactive)
(flyspell-prog-mode)
(flymake-coffee-load)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -3,6 +3,7 @@
(defun customizations-for-haml-mode ()
(interactive)
(flyspell-prog-mode)
(flymake-haml-load)
(linum-mode t)
(fci-mode)
(auto-complete-mode)