Add geiser-* packages for Chez, Guile and Racket
This commit is contained in:
parent
93537fc2b1
commit
9115a59780
@ -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...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user