summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index f396166..ad13f83 100644 --- a/config.org +++ b/config.org
@@ -678,6 +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 :custom 682 :custom
682 (inferior-lisp-program "sbcl") 683 (inferior-lisp-program "sbcl")
683 (slime-contribs '(slime-fancy)) 684 (slime-contribs '(slime-fancy))