From 776671aae7ac06dc85b98c1580b828cd94bf3d41 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 28 Oct 2016 14:28:45 -0700 Subject: [PATCH] [Emacs] Debug ghc --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index e28e662f..76124f3f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2628,6 +2628,7 @@ Intero seems to be causing hangs, so it has been disabled :after haskell-mode :config (progn + (setq ghc-debug t) (add-hook 'haskell-mode-hook 'ghc-init))) #+END_SRC **** company-ghc