mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Change sh-mode to 2 space indentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user