diff options
author | 2020-04-11 23:54:33 -0400 | |
---|---|---|
committer | 2020-04-11 23:54:33 -0400 | |
commit | 2ec18855d6d4e144776551dfb4921e1b133dfd29 (patch) | |
tree | 9bc2cca3414a2deba2595382e3c288d46dcff2cd /etc/.dir-locals.el | |
parent | c4b211177c12a97f8ffe10055325dd90a0a39b31 (diff) | |
download | configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.tar.gz configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.tar.xz configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.zip |
move emacs files from .emacs.d to .
this repository's root will be ~/.emacs.d (again) from now on
Diffstat (limited to 'etc/.dir-locals.el')
-rw-r--r-- | etc/.dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/.dir-locals.el b/etc/.dir-locals.el new file mode 100644 index 0000000..e007adb --- /dev/null +++ b/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))))) |