stopped highlighting issue in makefiles

This commit is contained in:
mike-work 2014-05-20 16:36:25 +01:00
parent 57a421bfea
commit 5e2cf18b4c

View file

@ -46,7 +46,8 @@
(run-hooks 'prelude-c-mode-common-hook)))
(defun prelude-makefile-mode-defaults ()
(setq indent-tabs-mode t))
(whitespace-toggle-options '(tabs))
(setq indent-tabs-mode t ))
(setq prelude-makefile-mode-hook 'prelude-makefile-mode-defaults)