Suppress elisp linter in init file

This commit is contained in:
2024-10-02 23:44:06 -07:00
parent 63b6463bb8
commit 5e1f09da4a

View File

@@ -1,3 +1,7 @@
;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; End:
;;; Preamble ;;; Preamble
;; Suppress native compilation warnings ;; Suppress native compilation warnings
(setq native-comp-async-report-warnings-errors nil) (setq native-comp-async-report-warnings-errors nil)