From 1d333b75991b51632b5b9af275e9fe880e858139 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 7 Nov 2020 23:24:41 -0600 Subject: Add SLIME --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index b5591e7..e146e81 100644 --- a/config.org +++ b/config.org @@ -627,6 +627,15 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ #+begin_src emacs-lisp (use-package ssh-config-mode) #+end_src +*** Lisp (SLIME) +#+begin_src emacs-lisp + (use-package slime + :custom + (inferior-lisp-program "sbcl") + (slime-contribs '(slime-fancy)) + :config + (load (expand-file-name "~/.quicklisp/slime-helper.el"))) +#+end_src * Writing ** Word count #+begin_src emacs-lisp -- cgit 1.4.1-21-gabe81