Arc Forumnew | comments | leaders | submitlogin
3 points by olifante 5922 days ago | link | parent

To automatically open *.arc files in scheme mode, add this to your .emacs:

(setq auto-mode-alist (append '(("\\.arc$" . scheme-mode)) auto-mode-alist))