flycheck is back
This commit is contained in:
parent
9a128f2ec9
commit
fd5f002f9c
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -277,6 +277,10 @@
|
||||||
:init
|
:init
|
||||||
(setq geiser-active-implementations '(racket)))
|
(setq geiser-active-implementations '(racket)))
|
||||||
|
|
||||||
|
(use-package flycheck
|
||||||
|
:straight t
|
||||||
|
:init (global-flycheck-mode))
|
||||||
|
|
||||||
;; throw away all the list-of-custom-shit!
|
;; throw away all the list-of-custom-shit!
|
||||||
(setq custom-file "~/.emacs.d/custom.el")
|
(setq custom-file "~/.emacs.d/custom.el")
|
||||||
(load custom-file 'noerror)
|
(load custom-file 'noerror)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue