flycheck is back

This commit is contained in:
Grigory Shipunov 2020-06-15 19:24:13 +02:00
parent 9a128f2ec9
commit fd5f002f9c
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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)