Use elpaca for longer
All checks were successful
/ Test config on 20 (push) Successful in 29s

This commit is contained in:
Maciej 2024-10-30 08:18:17 +02:00
parent 1fe168ccc6
commit f21f3dcc77
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
25 changed files with 883 additions and 984 deletions

View file

@ -3,8 +3,9 @@
;;; Code:
;; Use flycheck globally to check syntax and compile languages
(use-package flycheck :ensure t)
(with-eval-after-load 'flycheck
(use-package flycheck :ensure t
:custom ((flycheck-emacs-lisp-load-path 'inherit))
:config
(global-flycheck-mode t)
(setq flycheck-emacs-lisp-load-path 'inherit)
(unbind-key "C-c ! C-c" flycheck-mode-map)