stopped highlighting issue in makefiles
This commit is contained in:
parent
57a421bfea
commit
5e2cf18b4c
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
(run-hooks 'prelude-c-mode-common-hook)))
|
(run-hooks 'prelude-c-mode-common-hook)))
|
||||||
|
|
||||||
(defun prelude-makefile-mode-defaults ()
|
(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)
|
(setq prelude-makefile-mode-hook 'prelude-makefile-mode-defaults)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue