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