mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Customize makefile-mode.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
(load-file (config-path "mode-customizations/erlang-mode.el"))
|
||||
(load-file (config-path "mode-customizations/feature-mode.el"))
|
||||
(load-file (config-path "mode-customizations/js-mode.el"))
|
||||
(load-file (config-path "mode-customizations/makefile-mode.el"))
|
||||
(load-file (config-path "mode-customizations/markdown-mode.el"))
|
||||
(load-file (config-path "mode-customizations/php-mode.el"))
|
||||
(load-file (config-path "mode-customizations/python-mode.el"))
|
||||
|
||||
6
mode-customizations/makefile-mode.el
Normal file
6
mode-customizations/makefile-mode.el
Normal file
@@ -0,0 +1,6 @@
|
||||
(add-hook 'makefile-mode-hook
|
||||
(lambda ()
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(highlight-indentation-mode)))
|
||||
Reference in New Issue
Block a user