1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-27 13:13:12 -05:00

Disable flycheck checkdoc warnings in elisp files

This commit is contained in:
Jack Foltz 2019-05-03 10:35:25 -04:00
parent 2f0a81dcb3
commit a1d1b91616
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -938,7 +938,8 @@ pretty-mode left off.
Flycheck highlights syntax errors in a few languages.
#+BEGIN_SRC emacs-lisp
(use-package flycheck
:hook (prog-mode . flycheck-mode))
:hook (prog-mode . flycheck-mode)
:custom (flycheck-disabled-checkers '(emacs-lisp-checkdoc)))
#+END_SRC
*** Column 80 Highlight
Add a hotkey for highlighting column 80