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:
af84412
)
dot/emacs: Use `tcl-mode' for versioned `tclsh' or `wish'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 31 Dec 2012 05:32:12 +0000
(
05:32
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 31 Dec 2012 05:32:12 +0000
(
05:32
+0000)
Otherwise `#! /usr/bin/tclsh8.5' doesn't work right.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 7c97a2d241ab7d789736a526ce41e85b4d646faf..ceef41422cc936ac325c3904e7ea9ee93002f7be 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-550,7
+550,9
@@
("@PYTHON@" . python-mode)
("@PERL@" . perl-mode)
("@TCLSH@" . tcl-mode)
("@PYTHON@" . python-mode)
("@PERL@" . perl-mode)
("@TCLSH@" . tcl-mode)
- ("@WISH@" . tcl-mode))
+ ("@WISH@" . tcl-mode)
+ ("/tclsh" . tcl-mode)
+ ("/wish" . tcl-mode))
interpreter-mode-alist))
(setq completion-ignored-extensions
interpreter-mode-alist))
(setq completion-ignored-extensions