commit 6782939dd76c7f958960740e90f9da70345dde6a parent b6838ec0a7adb748899688cd93fb4767ea6bf589 Author: Crazazy <crazazy@tilde.cafe> Date: Sat, 13 Jan 2024 13:38:23 +0100 don't use custom ghci Diffstat:
M | emacs.org | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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