From b5e8c2052c43e9865aad35380ff0b36cabae19d2 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 26 May 2021 10:06:56 +0000 Subject: Add emacs prelude config --- emacs-prelude/personal/.dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emacs-prelude/personal/.dir-locals.el (limited to 'emacs-prelude/personal/.dir-locals.el') diff --git a/emacs-prelude/personal/.dir-locals.el b/emacs-prelude/personal/.dir-locals.el new file mode 100644 index 0000000..69fa3ca --- /dev/null +++ b/emacs-prelude/personal/.dir-locals.el @@ -0,0 +1,5 @@ +;; This will make sure that nothing in your personal directory will be +;; forced through the emacs-lisp-checkdoc flychecker. That's a great +;; checker for real modules, but these are just config files, and you +;; deserve not to get warnings all the time +((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc))))) -- cgit 1.4.1-2-gfad0