(defun my-haskell-mode-hook () (define-key haskell-mode-map "\C-cl" 'haskell-hugs-load-file)) (add-hook 'haskell-mode-hook 'my-haskell-mode-hook) (add-hook 'haskell-mode-hook 'turn-on-haskell-font-lock) (add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan) (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode) (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) (add-hook 'haskell-mode-hook 'turn-on-haskell-hugs)