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:
parent
2f0a81dcb3
commit
a1d1b91616
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user