summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2024-01-13 13:38:23 +0100
committerCrazazy2024-01-13 13:38:23 +0100
commit6782939dd76c7f958960740e90f9da70345dde6a (patch)
tree036f70785178c54e1441510e7fe37e6157194602
parentb6838ec0a7adb748899688cd93fb4767ea6bf589 (diff)
don't use custom ghci
-rw-r--r--emacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 7b19f03..f64dc62 100644
--- a/emacs.org
+++ b/emacs.org
@@ -536,7 +536,7 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto
          :hook
          (haskell-mode . dante-mode)
          :custom
-         (dante-repl-command-line (list (nix-executable-find haskell-env "ghci")))
+         ;; (dante-repl-command-line (list (nix-executable-find haskell-env "ghci")))
          (dante-methods '(nix-ghci bare-cabal bare-ghci)))
      #+end_src