diff --git a/config.org b/config.org index 9c305e1..5bf4174 100644 --- a/config.org +++ b/config.org @@ -435,6 +435,14 @@ needs to be set up to install them if they aren't already. (setq geiser-repl-use-other-window nil)) #+end_src + I commonly use Chez, Guile and Racket so we want the packages for those: + + #+begin_src emacs-lisp + (use-package geiser-chez) + (use-package geiser-guile) + (use-package geiser-racket) + #+end_src + ** YAML I don't really like YAML if I'm honest, but it's used a lot so...