Remove Geiser config
This commit is contained in:
parent
665edb56cd
commit
d9d2042459
19
config.org
19
config.org
@ -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...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user