summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2022-05-10 10:36:30 +0200
committerCrazazy2022-05-10 10:36:30 +0200
commit49cf8f1cf2bbc9eb22460151fa593e5d6e53b35c (patch)
tree1e043353b0e30df89d4d2930da1044e648dbb29c
parentad567824857f5cfbfef1421fd8ebeb92d4c93cbe (diff)
typos
-rw-r--r--emacs.org4
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