literate-config

Literate config. See <a href="../readme.org">readme.org</a> for a better-formatted version
Log | Files | Refs

commit 49cf8f1cf2bbc9eb22460151fa593e5d6e53b35c
parent ad567824857f5cfbfef1421fd8ebeb92d4c93cbe
Author: Crazazy <crazazy@tilde.cafe>
Date:   Tue, 10 May 2022 10:36:30 +0200

typos

Diffstat:
Memacs.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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