Add Scheme config
This commit is contained in:
11
config.org
11
config.org
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user