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 :ensure t
:init :init
(setq flycheck-keymap-prefix (kbd "C-c e")) (setq flycheck-keymap-prefix (kbd "C-c e"))
(global-flycheck-mode)
:bind (:repeat-map flycheck-repeat-map :bind (:repeat-map flycheck-repeat-map
("n" . flycheck-next-error) ("n" . flycheck-next-error)
("p" . flycheck-previous-error)) ("p" . flycheck-previous-error)))
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
;;;; Nix ;;;; Nix
(use-package nix-mode (use-package nix-mode