From fd5f002f9c5685d6b05a8a6f94af5ddc211349e8 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 15 Jun 2020 19:24:13 +0200 Subject: [PATCH] flycheck is back --- init.el | 4 ++++ 1 file changed, 4 insertions(+) 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)