chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0337258
)
el/dot-emacs.el: Make `sh-mode' use `/bin/sh' rules by default.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 18 Dec 2011 16:24:59 +0000
(16:24 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 18 Dec 2011 16:24:59 +0000
(16:24 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 82ff4b3548cd884ad40c9d0afe2434d96311250a..42928afa88858b31262e5b9d4ec19a3bbb773bd7 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2200,6
+2200,8
@@
(defun mdw-setup-sh-script-mode ()
(setq sh-indentation 2)
(setq sh-basic-offset 2))
(setq sh-indentation 2)
(setq sh-basic-offset 2))
+(setq sh-shell-file "/bin/sh")
+
;;;--------------------------------------------------------------------------
;;; Emacs shell mode.
;;;--------------------------------------------------------------------------
;;; Emacs shell mode.