From: James Bunton Date: Wed, 27 Sep 2017 14:33:52 +0000 (+1000) Subject: sh-mode with sane indentation X-Git-Url: https://code.delx.au/dotemacs/commitdiff_plain/4ff6c83a5d5af65513c36b0d9ea37073903ce6df sh-mode with sane indentation --- diff --git a/lisp/my-file-modes.el b/lisp/my-file-modes.el index b430f55..455ef6c 100644 --- a/lisp/my-file-modes.el +++ b/lisp/my-file-modes.el @@ -79,6 +79,9 @@ (require 'slime) (setq inferior-lisp-program "sbcl") +(require 'sh-script) +(setq sh-use-smie nil) + (require 'ssh-file-modes) (when (require 'stumpwm-mode nil 'noerror)