~edwargix/emacs.d

d49a0be6128d8bf094e1549f3829bcea7bc73eca — David Florness 6 years ago daa0ee8
Disable emacs-lisp-checkdoc for Flycheck

It's just annoying: every .el buffer needs a commentary, proper beginning and
ending lines, etc.
1 files changed, 1 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +1 -0
@@ 199,6 199,7 @@
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(flycheck-disabled-checkers (quote (emacs-lisp-checkdoc)))
 '(initial-buffer-choice t)
 '(initial-scratch-message "")
 )