;; -*-emacs-lisp-*- (setq load-path (cons (concat "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/ghc-mod") load-path)) (autoload 'ghc-init "ghc" nil t) (add-hook 'haskell-mode-hook (lambda () (ghc-init))) ; ghc-mod's C-cC-t conflict with haskell-doc-mode (remove-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)