geiser is back

This commit is contained in:
Grigory Shipunov 2020-12-13 22:27:15 +01:00
parent 0bb0393c47
commit 679f80a0a7
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -347,6 +347,11 @@
:init
(setq vterm-kill-buffer-on-exit t))
(use-package geiser
:straight t
:init
(setq geiser-active-implementations '(racket)))
(use-package flycheck
:straight t
:init (global-flycheck-mode))