Slowly replace use-package with with-eval-after-load
This commit is contained in:
parent
c7b0c1c6c2
commit
1fe168ccc6
10 changed files with 360 additions and 377 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
;; Use flycheck globally to check syntax and compile languages
|
||||
(use-package flycheck :ensure t)
|
||||
|
||||
(with-eval-after-load 'flycheck
|
||||
(global-flycheck-mode t)
|
||||
(setq flycheck-emacs-lisp-load-path 'inherit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue