Disable doc check on lisp
This commit is contained in:
parent
a6556cc758
commit
147f72b75b
@ -1,3 +1,7 @@
|
|||||||
(require-package 'flycheck)
|
(require-package 'flycheck)
|
||||||
(add-hook 'after-init-hook 'global-flycheck-mode)
|
(add-hook 'after-init-hook 'global-flycheck-mode)
|
||||||
|
|
||||||
|
;; Disable on emacs-lisp
|
||||||
|
(setq-default flycheck-disabled-checkers '(emacs-lisp-checkdoc))
|
||||||
|
|
||||||
(provide 'init-flycheck)
|
(provide 'init-flycheck)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user