diff options
-rw-r--r-- | lisp/init-haskell.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-haskell.el b/lisp/init-haskell.el index 4bf5fbb..063d9be 100644 --- a/lisp/init-haskell.el +++ b/lisp/init-haskell.el @@ -1,4 +1,6 @@ +(setq haskell-process-show-debug-tips nil) + (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (add-hook 'haskell-mode-hook 'interactive-haskell-mode) (add-hook 'haskell-mode-hook 'turn-on-haskell-doc) |