Slowly replace use-package with with-eval-after-load

This commit is contained in:
Maciej 2024-10-23 11:06:19 +03:00
parent c7b0c1c6c2
commit 1fe168ccc6
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
10 changed files with 360 additions and 377 deletions

View file

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