diff options
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 36fb0da..287da8b 100644 --- a/config.org +++ b/config.org | |||
@@ -678,7 +678,7 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ | |||
678 | *** Lisp (SLIME) | 678 | *** Lisp (SLIME) |
679 | #+begin_src emacs-lisp | 679 | #+begin_src emacs-lisp |
680 | (use-package slime | 680 | (use-package slime |
681 | :when (exectuable-find "sbcl") | 681 | :when (executable-find "sbcl") |
682 | :custom | 682 | :custom |
683 | (inferior-lisp-program "sbcl") | 683 | (inferior-lisp-program "sbcl") |
684 | (slime-contribs '(slime-fancy)) | 684 | (slime-contribs '(slime-fancy)) |