✨ Add slime package for Common Lisp
This commit is contained in:
parent
5658aeef70
commit
c026a9dd72
1 changed files with 9 additions and 0 deletions
|
@ -2068,6 +2068,15 @@ Markdown mode customizations.
|
||||||
(markdown-mode . visual-fill-column-mode)))
|
(markdown-mode . visual-fill-column-mode)))
|
||||||
#+end_src
|
#+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)
|
* Emacs Multimedia System (EMMS)
|
||||||
|
|
||||||
For notes, tasks, writing, and countless other things there is org-mode.
|
For notes, tasks, writing, and countless other things there is org-mode.
|
||||||
|
|
Loading…
Reference in a new issue