set haskell-process-type to auto

Should work in more use-cases
This commit is contained in:
Bjarke Vad 2014-12-28 18:29:35 +01:00 committed by syl20bnr
parent d625837b16
commit 0df1d21c11

View file

@ -25,7 +25,7 @@
(custom-set-variables
;; Use cabal-repl for the GHCi session. Ensures our dependencies are in scope.
;; cabal-dev is deprecated
'(haskell-process-type 'cabal-repl)
'(haskell-process-type 'auto)
;; Use notify.el (if you have it installed) at the end of running
;; Cabal commands or generally things worth notifying.