commit ad567824857f5cfbfef1421fd8ebeb92d4c93cbe parent 10eed68f8d226303fcb70c72268034001127d57b Author: Crazazy <crazazy@tilde.cafe> Date: Tue, 10 May 2022 09:28:24 +0200 enforce ghci from haskell sandbox Diffstat:
M | emacs.org | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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