about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/.dir-locals.el
blob: 69fa3caf676e1bd59e750af69345871b0e9ffc17 (plain) (blame)
1
2
3
4
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)))))