geiser is back
This commit is contained in:
parent
0bb0393c47
commit
679f80a0a7
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -347,6 +347,11 @@
|
||||||
:init
|
:init
|
||||||
(setq vterm-kill-buffer-on-exit t))
|
(setq vterm-kill-buffer-on-exit t))
|
||||||
|
|
||||||
|
(use-package geiser
|
||||||
|
:straight t
|
||||||
|
:init
|
||||||
|
(setq geiser-active-implementations '(racket)))
|
||||||
|
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:straight t
|
:straight t
|
||||||
:init (global-flycheck-mode))
|
:init (global-flycheck-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue