diff options
author | Crazazy | 2022-05-10 09:28:24 +0200 |
---|---|---|
committer | Crazazy | 2022-05-10 09:28:24 +0200 |
commit | ad567824857f5cfbfef1421fd8ebeb92d4c93cbe (patch) | |
tree | facb6aca3114636a9b8539bc54c606cd3215f08b | |
parent | 10eed68f8d226303fcb70c72268034001127d57b (diff) |
enforce ghci from haskell sandbox
-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 |