summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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