From 5e1f09da4a31444be1f2d2d545bd251eb6302edf Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 2 Oct 2024 23:44:06 -0700 Subject: [PATCH] Suppress elisp linter in init file --- thoom-emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index ac5fd29..25a0144 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -1,3 +1,7 @@ +;; Local Variables: +;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) +;; End: + ;;; Preamble ;; Suppress native compilation warnings (setq native-comp-async-report-warnings-errors nil)