From ef2b9358aeaa91726a7b24a4740c7a739e8e8a36 Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Mon, 3 Dec 2018 09:01:29 -0500
Subject: [emacs] disable flycheck emacs-lisp-checkdoc for files in etc/

---
 etc/.dir-locals.el | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 etc/.dir-locals.el

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)))))
-- 
cgit v1.2.3-83-g751a