From cc68f94752d740e65464870cdbec3c8842cc5afc Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:32 +0000 Subject: [PATCH] Add Scheme config --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.org b/config.org index 1cd06ae..33fcec2 100644 --- a/config.org +++ b/config.org @@ -389,6 +389,17 @@ needs to be set up to install them if they aren't already. (paredit-mode)))) #+end_src +*** Scheme + [[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. + + #+begin_src emacs-lisp + (use-package geiser + :config + (setq geiser-repl-use-other-window nil)) + #+end_src + ** YAML I don't really like YAML if I'm honest, but it's used a lot so...