Change sh-mode to 2 space indentation

This commit is contained in:
2012-04-21 20:05:32 +01:00
parent 61bfb8f36d
commit bcab0409f2

View File

@@ -3,6 +3,9 @@
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(setq sh-basic-offset 2)
(setq sh-indentation 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode))
(add-hook 'sh-mode-hook 'customizations-for-sh-mode)