chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile
[profile]
/
emacs
diff --git
a/emacs
b/emacs
index b1168d67c05f5230834a233a815989989bacaf7b..67dc57b3a41a438cb78c31ece26c079295f4e538 100644
(file)
--- a/
emacs
+++ b/
emacs
@@
-352,6
+352,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))