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 ** Lisps
*** Racket
Get =racket-mode= for some Racket-specific things, like searching documentation Get =racket-mode= for some Racket-specific things, like searching documentation
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package racket-mode) (use-package racket-mode)
#+end_src #+end_src
*** Common Lisp
Use SLIME and Quicklisp for Common Lisp (SBCL), with a convenient Use SLIME and Quicklisp for Common Lisp (SBCL), with a convenient
binding for =slime-selector= 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")) (load (expand-file-name "~/quicklisp/slime-helper.el"))
#+end_src #+end_src
*** Paredit
=paredit= is generally very useful for balancing parenthesis so we =paredit= is generally very useful for balancing parenthesis so we
want that turned on for all the lisps. Additionally, it's nice to have 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 an entire expression highlighted when the cursor is on one of its