From: Amin Bandali Date: Mon, 3 Dec 2018 14:01:29 +0000 (-0500) Subject: [emacs] disable flycheck emacs-lisp-checkdoc for files in etc/ X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/ef2b9358aeaa91726a7b24a4740c7a739e8e8a36 [emacs] disable flycheck emacs-lisp-checkdoc for files in etc/ --- diff --git a/etc/.dir-locals.el b/etc/.dir-locals.el new file mode 100644 index 0000000..e007adb --- /dev/null +++ b/etc/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc)))))