diff options
-rw-r--r-- | emacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -474,6 +474,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 (nix-executable-find haskell-sandbox "ghci")) (dante-methods '(nix-ghci bare-cabal bare-ghci))) #+end_src |