diff options
author | Crazazy | 2022-05-10 10:36:30 +0200 |
---|---|---|
committer | Crazazy | 2022-05-10 10:36:30 +0200 |
commit | 49cf8f1cf2bbc9eb22460151fa593e5d6e53b35c (patch) | |
tree | 1e043353b0e30df89d4d2930da1044e648dbb29c | |
parent | ad567824857f5cfbfef1421fd8ebeb92d4c93cbe (diff) |
typos
-rw-r--r-- | emacs.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.org b/emacs.org index 05cbbf6..abea15b 100644 --- a/emacs.org +++ b/emacs.org @@ -448,7 +448,7 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto (setq haskell-process-wrapper-function (lambda (args) (cons - (nix-executable-find haskell-sandbox (car args)) + (nix-executable-find haskell-env (car args)) (cdr args)))) (defun set-haskell-company-backends () (set (make-local-variable 'company-backends) @@ -474,7 +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-repl-command-line (nix-executable-find haskell-env "ghci")) (dante-methods '(nix-ghci bare-cabal bare-ghci))) #+end_src |