Disable flycheck in elisp mode
This commit is contained in:
@@ -854,6 +854,8 @@
|
|||||||
:init
|
:init
|
||||||
(setq flycheck-keymap-prefix (kbd "C-c e"))
|
(setq flycheck-keymap-prefix (kbd "C-c e"))
|
||||||
(global-flycheck-mode)
|
(global-flycheck-mode)
|
||||||
|
;; Elisp lint errors are annoying, so disable flycheck in elisp modes
|
||||||
|
:hook (emacs-lisp-mode . (lambda () (flycheck-mode -1)))
|
||||||
: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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user