From f300fc6403022a36e8c5797f963b3074dddebe2d Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:32 +0000 Subject: [PATCH] Use Geiser for Scheme and Racket --- config.org | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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.