summaryrefslogtreecommitdiff
path: root/lisp/init-haskell.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-09-17 01:16:08 -0400
committerKyle Meyer <kyle@kyleam.com>2014-09-17 01:16:08 -0400
commit3f02d67a65eeba6db3b16873d11184a367f2e483 (patch)
tree99a75ffb624023fecb09e12db796c5eb49db9e62 /lisp/init-haskell.el
parent0ae0439864e802b402d8d89fc16a566418adae11 (diff)
downloademacs.d-3f02d67a65eeba6db3b16873d11184a367f2e483.tar.gz
Add interactive-haskell-mode to haskell-mode-hook
Diffstat (limited to 'lisp/init-haskell.el')
-rw-r--r--lisp/init-haskell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-haskell.el b/lisp/init-haskell.el
index f8f7e33..6e170b7 100644
--- a/lisp/init-haskell.el
+++ b/lisp/init-haskell.el
@@ -1,5 +1,6 @@
(require-package 'haskell-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
+(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
(provide 'init-haskell)