From cf08f39de1ab2da2374f88ef969217aefec5187b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 1 Nov 2015 19:49:26 -0500 Subject: Turn off haskell process tips --- lisp/init-haskell.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') 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) -- cgit v1.2.3