Load flycheck earlier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user