From 49cf8f1cf2bbc9eb22460151fa593e5d6e53b35c Mon Sep 17 00:00:00 2001 From: Crazazy Date: Tue, 10 May 2022 10:36:30 +0200 Subject: typos --- emacs.org | 4 ++-- 1 file 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 -- cgit 1.4.1-2-gfad0