Use Geiser for Scheme and Racket

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:32 +00:00
parent cc68f94752
commit f300fc6403

View File

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