diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 18a1091..7087d0e 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2506,6 +2506,7 @@ Here I configure the REPL for Haskell via the (haskell-mode-hook . interactive-haskell-mode) :custom (haskell-interactive-popup-errors nil) + (haskell-process-type 'stack-ghci) :general (leader "th" #'+shell/toggle-haskell-repl) |