aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/loader.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/loader.org')
-rw-r--r--emacs/loader.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index c7af5a3..56685d4 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -1087,8 +1087,7 @@ Haskell mode with company mode completion.
(local-set-key (kbd "C-c a") 'y/haskell-align)))
(setq haskell-mode-stylish-haskell-path "/home/yannherklotz/.local/bin/stylish-haskell"
haskell-stylish-on-save t
- haskell-process-type 'stack-ghci
- haskell-process-path-stack "/home/yannherklotz/.local/bin/stack"))
+ flycheck-ghc-language-extensions '("OverloadedStrings")))
(use-package interactive-haskell-mode
:ensure haskell-mode