Files
.emacs.d/mode-customizations/makefile-mode.el
2012-03-22 23:21:58 +00:00

7 lines
177 B
EmacsLisp

(add-hook 'makefile-mode-hook
(lambda ()
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(highlight-indentation-mode)))