X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/60fe6715a126d123039788a9d153e4a8210b1b21..27cb42153ecf68b5c9ab6cb197bec678fca725b0:/emacs diff --git a/emacs b/emacs index 9c10d0a..3bbf979 100644 --- 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))