diff options
Diffstat (limited to 'emacs.org')
-rw-r--r-- | emacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org index 3d6e7cf..05cbbf6 100644 --- a/emacs.org +++ b/emacs.org @@ -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 |