(add-to-list 'load-path "/home/proglang/public/teaching/internet-2003") (setq auto-mode-alist (append '(("\\.[hg]s$" . haskell-mode) ("\\.l[hg]s$" . haskell-mode)) auto-mode-alist)) (autoload 'haskell-mode "haskell-mode" "Major mode for editing Haskell scripts." t) (defun my-haskell-constants () (setq haskell-prog-name "ghci")) (setq haskell-mode-hook 'my-haskell-constants)