aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/doom/config.org')
-rw-r--r--config/doom/config.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index 8139d59..1153a9d 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -271,12 +271,6 @@ this new window.
(package! hindent)
#+end_src
#+begin_src emacs-lisp
-(after! haskell-mode
- (setq haskell-process-args-cabal-repl
- '("--ghc-option=-ferror-spans"
- "--ghc-options=-dynamic")
- dante-repl-command-line '("cabal" "v2-repl" dante-target "--ghc-options=-dynamic")))
-
(use-package! hindent
:hook (haskell-mode . hindent-mode))
#+end_src