mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 21:19:51 -05:00
Disable flycheck checkdoc warnings in elisp files
This commit is contained in:
parent
2f0a81dcb3
commit
a1d1b91616
@ -938,7 +938,8 @@ pretty-mode left off.
|
|||||||
Flycheck highlights syntax errors in a few languages.
|
Flycheck highlights syntax errors in a few languages.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:hook (prog-mode . flycheck-mode))
|
:hook (prog-mode . flycheck-mode)
|
||||||
|
:custom (flycheck-disabled-checkers '(emacs-lisp-checkdoc)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Column 80 Highlight
|
*** Column 80 Highlight
|
||||||
Add a hotkey for highlighting column 80
|
Add a hotkey for highlighting column 80
|
||||||
|
Loading…
Reference in New Issue
Block a user