Don't turn off indent-tabs-mode for everything, it's desirable e.g. for Makefiles.

This commit is contained in:
Ville Skyttä 2011-11-01 22:24:13 +02:00
parent 66fc912020
commit e401bec263

View File

@ -1,5 +1,5 @@
;; bash-completion shell-script mode settings for Emacs ;; bash-completion shell-script mode settings for Emacs
((nil . ((indent-tabs-mode . nil))) ((sh-mode . ((indent-tabs-mode . nil)
(sh-mode . ((sh-basic-offset . 4) (sh-basic-offset . 4)
(sh-indent-comment . t)))) (sh-indent-comment . t))))