Add geiser-* packages for Chez, Guile and Racket

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:33 +00:00
parent 93537fc2b1
commit 9115a59780

View File

@ -435,6 +435,14 @@ needs to be set up to install them if they aren't already.
(setq geiser-repl-use-other-window nil)) (setq geiser-repl-use-other-window nil))
#+end_src #+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...