diff options
Diffstat (limited to 'elisp/haskell-init.el')
| -rw-r--r-- | elisp/haskell-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/haskell-init.el b/elisp/haskell-init.el index 31c0804..8f5dd78 100644 --- a/elisp/haskell-init.el +++ b/elisp/haskell-init.el @@ -68,8 +68,8 @@ '(haskell-indentation-left-offset 4) '(haskell-process-type 'cabal-repl) - '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) - '(haskell-process-path-ghci "ghci-ng") + ;; '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) ;; ghci-ng + ;; '(haskell-process-path-ghci "ghci-ng") ;; ghci-ng '(haskell-process-args-ghci "-ferror-spans") '(haskell-process-suggest-remove-import-lines t) '(haskell-process-auto-import-loaded-modules t) |
