diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config.org b/config.org index c3474ae..1b383f0 100644 --- a/config.org +++ b/config.org | |||
@@ -677,13 +677,14 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ | |||
677 | #+end_src | 677 | #+end_src |
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 (executable-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)) |
685 | :config | 685 | ;;:config |
686 | (load (expand-file-name "~/.quicklisp/slime-helper.el"))) | 686 | ;;(load (expand-file-name "~/.quicklisp/slime-helper.el")) |
687 | ) | ||
687 | #+end_src | 688 | #+end_src |
688 | * Writing | 689 | * Writing |
689 | ** Word count | 690 | ** Word count |