diff --git a/init.el b/init.el index 033759e..6900acb 100644 --- a/init.el +++ b/init.el @@ -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))