From d49a0be6128d8bf094e1549f3829bcea7bc73eca Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 16 Apr 2019 13:40:06 -0600 Subject: [PATCH] Disable emacs-lisp-checkdoc for Flycheck It's just annoying: every .el buffer needs a commentary, proper beginning and ending lines, etc. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index bd89d7b..aa842dd 100644 --- a/init.el +++ b/init.el @@ -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 "") ) -- 2.38.4