Move GNU Emacs configs from ./ into .emacs.d/
[~bandali/configs] / .emacs.d / etc / .dir-locals.el
diff --git a/.emacs.d/etc/.dir-locals.el b/.emacs.d/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)))))