Load flycheck earlier

This commit is contained in:
2024-09-29 17:08:30 -07:00
parent bd9e5a912d
commit 772f351e52

View File

@@ -769,12 +769,10 @@
:ensure t
:init
(setq flycheck-keymap-prefix (kbd "C-c e"))
(global-flycheck-mode)
:bind (:repeat-map flycheck-repeat-map
("n" . flycheck-next-error)
("p" . flycheck-previous-error))
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
("n" . flycheck-next-error)
("p" . flycheck-previous-error)))
;;;; Nix
(use-package nix-mode