about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-prelude/personal/.dir-locals.el')
-rw-r--r--emacs-prelude/personal/.dir-locals.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs-prelude/personal/.dir-locals.el b/emacs-prelude/personal/.dir-locals.el
deleted file mode 100644
index 69fa3ca..0000000
--- a/emacs-prelude/personal/.dir-locals.el
+++ /dev/null
@@ -1,5 +0,0 @@
-;; 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)))))