branch: elpa/flymake-collection
commit f86b966901f0e340265b67057cdd847a4cfead96
Author: Mohsin Kaleem <mohk...@kisara.moe>
Commit: Mohsin Kaleem <mohk...@kisara.moe>

    hook: Enable checkdoc in elisp buffers by default
---
 src/flymake-collection-hook.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/flymake-collection-hook.el b/src/flymake-collection-hook.el
index 640a8b5af2..29aa4a686c 100644
--- a/src/flymake-collection-hook.el
+++ b/src/flymake-collection-hook.el
@@ -39,7 +39,10 @@
 
 ;;;###autoload
 (defcustom flymake-collection-hook-config
-  '(((python-mode python-ts-mode) .
+  '((elisp-mode .
+     (elisp-flymake-byte-compile
+      elisp-flymake-checkdoc))
+    ((python-mode python-ts-mode) .
      (flymake-collection-pycodestyle
       (python-flymake :disabled t)
       (flymake-mypy :disabled t)

Reply via email to