2
;; startup list to enable aleph-mode autoloading.
5
(autoload 'aleph-mode "aleph-mode" "Aleph mode (not loaded yet)" t)
6
(setq auto-mode-alist (cons '("\\.als$" . aleph-mode) auto-mode-alist))
7
(setq interpreter-mode-alist (cons '("aleph" . aleph-mode)
8
interpreter-mode-alist))