From 5fb7704c0f844191de7c5e4d03b059525348b5f4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 13 Apr 2019 19:26:19 -0400 Subject: emacs: move configuration to .emacs.d --- .emacs.d/etc/.dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .emacs.d/etc/.dir-locals.el (limited to '.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 index 0000000..e007adb --- /dev/null +++ b/.emacs.d/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