projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef484d
)
[emacs] disable flycheck emacs-lisp-checkdoc for files in etc/
author
Amin Bandali
<bandali@gnu.org>
Mon, 3 Dec 2018 14:01:29 +0000
(09:01 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 3 Dec 2018 14:01:29 +0000
(09:01 -0500)
etc/.dir-locals.el
[new file with mode: 0644]
patch
|
blob
diff --git a/etc/.dir-locals.el
b/etc/.dir-locals.el
new file mode 100644
(file)
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)))))