diff --git a/init.el b/init.el index 4805c55..ad30894 100644 --- a/init.el +++ b/init.el @@ -277,6 +277,10 @@ :init (setq geiser-active-implementations '(racket))) +(use-package flycheck + :straight t + :init (global-flycheck-mode)) + ;; throw away all the list-of-custom-shit! (setq custom-file "~/.emacs.d/custom.el") (load custom-file 'noerror)