sh space indent

This commit is contained in:
inaki
2018-01-24 12:24:43 +01:00
parent e4ebc820b7
commit 49e900af97

View File

@@ -100,6 +100,9 @@
((string-match ".*" bname) (c-set-style "linux"))
)))
(add-hook 'sh-mode-hook
(lambda () (setq indent-tabs-mode nil)))
(defun remove-elc-on-save ()
"If you're saving an elisp file, likely the .elc is no longer valid."
(add-hook 'after-save-hook