geiser: add support for mit-scheme

This commit is contained in:
Grigory Shipunov 2020-08-26 15:32:30 +02:00
parent b0c37c7207
commit 146fe92533
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -295,7 +295,7 @@
(use-package geiser (use-package geiser
:straight t :straight t
:init :init
(setq geiser-active-implementations '(racket))) (setq geiser-active-implementations '(racket mit)))
(use-package flycheck (use-package flycheck
:straight t :straight t