Add Scheme config

This commit is contained in:
2021-01-01 00:00:32 +00:00
parent 899dadc9bf
commit cc68f94752

View File

@@ -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...