diff options
author | 2019-04-13 19:26:19 -0400 | |
---|---|---|
committer | 2019-04-13 19:26:19 -0400 | |
commit | 5fb7704c0f844191de7c5e4d03b059525348b5f4 (patch) | |
tree | a869cb94b55ed373b365f1a4275cc2b9f5f994c2 /.emacs.d/etc/.dir-locals.el | |
parent | 466f433f6b3e26d0a57d377cf898a06fc1e453cc (diff) | |
download | configs-5fb7704c0f844191de7c5e4d03b059525348b5f4.tar.gz configs-5fb7704c0f844191de7c5e4d03b059525348b5f4.tar.xz configs-5fb7704c0f844191de7c5e4d03b059525348b5f4.zip |
emacs: move configuration to .emacs.d
Diffstat (limited to '.emacs.d/etc/.dir-locals.el')
-rw-r--r-- | .emacs.d/etc/.dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
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))))) |