Add subheadings to lisp stuff

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent 833ed04918
commit 627586ba9e

View File

@ -178,12 +178,14 @@ needs to be set up to install them if they aren't already.
** Lisps
*** Racket
Get =racket-mode= for some Racket-specific things, like searching documentation
#+begin_src emacs-lisp
(use-package racket-mode)
#+end_src
*** Common Lisp
Use SLIME and Quicklisp for Common Lisp (SBCL), with a convenient
binding for =slime-selector=
@ -194,6 +196,7 @@ needs to be set up to install them if they aren't already.
(load (expand-file-name "~/quicklisp/slime-helper.el"))
#+end_src
*** Paredit
=paredit= is generally very useful for balancing parenthesis so we
want that turned on for all the lisps. Additionally, it's nice to have
an entire expression highlighted when the cursor is on one of its