[emacs] disable flycheck emacs-lisp-checkdoc for files in etc/
[~bandali/configs] / etc / .dir-locals.el
diff --git a/etc/.dir-locals.el b/etc/.dir-locals.el
new file mode 100644 (file)
index 0000000..e007adb
--- /dev/null
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc)))))