Files
.emacs.d/mode-customizations/sh-mode.el

7 lines
171 B
EmacsLisp

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