Files
.emacs.d/languages/shell-script.el

8 lines
227 B
EmacsLisp

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