From c93ca9e41fa28d2ba1eef972ecaec014e236edfd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 9 Nov 2020 13:47:56 -0600 Subject: Only load slime if sbcl is present --- config.org | 1 + 1 file changed, 1 insertion(+) (limited to 'config.org') 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~ *** Lisp (SLIME) #+begin_src emacs-lisp (use-package slime + :when (exectuable-find "sbcl") :custom (inferior-lisp-program "sbcl") (slime-contribs '(slime-fancy)) -- cgit 1.4.1-21-gabe81