diff options
author | 2019-04-13 19:26:19 -0400 | |
---|---|---|
committer | 2019-04-13 19:26:19 -0400 | |
commit | 5fb7704c0f844191de7c5e4d03b059525348b5f4 (patch) | |
tree | a869cb94b55ed373b365f1a4275cc2b9f5f994c2 /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 'etc/.dir-locals.el')
-rw-r--r-- | etc/.dir-locals.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/.dir-locals.el b/etc/.dir-locals.el deleted file mode 100644 index e007adb..0000000 --- a/etc/.dir-locals.el +++ /dev/null @@ -1,4 +0,0 @@ -;;; Directory Local Variables -;;; For more information see (info "(emacs) Directory Variables") - -((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc))))) |