From 627586ba9e6525ab9d64c44cbfb2394037b5b63f Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Add subheadings to lisp stuff --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 8e91c20..4f59174 100644 --- a/config.org +++ b/config.org @@ -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