diff --git a/config.org b/config.org index 33fcec2..51e6187 100644 --- a/config.org +++ b/config.org @@ -341,14 +341,6 @@ needs to be set up to install them if they aren't already. #+end_src ** 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= @@ -389,7 +381,7 @@ needs to be set up to install them if they aren't already. (paredit-mode)))) #+end_src -*** Scheme +*** Scheme and Racket [[https://www.nongnu.org/geiser/][Geiser]] is a pretty complete collection of Scheme things for Emacs. Only change from the defaults is to open the REPL in the current window instead of creating a new one.