Add slime package for Common Lisp

This commit is contained in:
Marcel Kapfer 2024-05-28 17:02:31 +02:00
parent 5658aeef70
commit c026a9dd72
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -2068,6 +2068,15 @@ Markdown mode customizations.
(markdown-mode . visual-fill-column-mode)))
#+end_src
** Common Lisp
#+begin_src emacs-lisp
(use-package slime
:config
(when on-macos
(setq inferior-lisp-program "/opt/homebrew/bin/sbcl")))
#+end_src
* Emacs Multimedia System (EMMS)
For notes, tasks, writing, and countless other things there is org-mode.