summaryrefslogtreecommitdiff
path: root/lisp/init-haskell.el
blob: 895b4dae5dec6c31d241b06dcc59de108b15d83b (plain)
1
2
3
4
5
6
7
8
9

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)

(after 'haskell-process
  ;; Unbind `haskell-process-cabal' from user's key.
  (define-key interactive-haskell-mode-map (kbd "C-c c") nil))

(provide 'init-haskell)