chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
emacs: Put `runlisp' in the interpreter-mode-alist.
[profile]
/
emacs
diff --git
a/emacs
b/emacs
index 9c10d0a2aef0ab6789f17fca3d082afa102b33ca..3bbf9796d99a1ace3e72f77a8eef2dbafe81202e 100644
(file)
--- a/
emacs
+++ b/
emacs
@@
-342,6
+342,10
@@
. mdwmail-mode))
auto-mode-alist))
+(setq interpreter-mode-alist
+ (append `(("runlisp" . lisp-mode))
+ interpreter-mode-alist))
+
(setq completion-ignored-extensions
(append `(".hc" ".hi") completion-ignored-extensions))