Remove Geiser config

This commit is contained in:
Camden Dixie O'Brien 2025-01-08 12:30:25 +00:00
parent 665edb56cd
commit d9d2042459

View File

@ -826,25 +826,6 @@
(paredit-mode)))) (paredit-mode))))
#+end_src #+end_src
*** 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.
#+begin_src emacs-lisp
(use-package geiser
:config
(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 ** YAML
I don't really like YAML if I'm honest, but it's used a lot so... I don't really like YAML if I'm honest, but it's used a lot so...