Replace racket-mode with geiser
This commit is contained in:
parent
5057f08dcf
commit
584472c55d
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -427,13 +427,16 @@
|
||||||
;; https://www.hexstreamsoft.com/libraries/clhs/
|
;; https://www.hexstreamsoft.com/libraries/clhs/
|
||||||
(load "/home/dimitri/quicklisp/clhs-use-local.el" t))
|
(load "/home/dimitri/quicklisp/clhs-use-local.el" t))
|
||||||
|
|
||||||
(use-package racket-mode
|
(use-package geiser-racket
|
||||||
:straight t)
|
:straight t)
|
||||||
|
|
||||||
(use-package geiser-chicken
|
(use-package geiser-chicken
|
||||||
:straight t
|
:straight t
|
||||||
:custom (geiser-chicken-binary "chicken-csi"))
|
:custom (geiser-chicken-binary "chicken-csi"))
|
||||||
|
|
||||||
|
(use-package geiser-gambit
|
||||||
|
:straight t)
|
||||||
|
|
||||||
(use-package gerbil-mode
|
(use-package gerbil-mode
|
||||||
:when (getenv "GERBIL_HOME")
|
:when (getenv "GERBIL_HOME")
|
||||||
:straight nil
|
:straight nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue