projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990e748
)
Remove Gnus specific .dir-locals.el
author
Stefan Kangas
<stefan@marxist.se>
Sat, 20 Mar 2021 08:58:02 +0000
(09:58 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 20 Mar 2021 09:00:28 +0000
(10:00 +0100)
* lisp/gnus/.dir-locals.el: Delete file. The only variable it set was
'show-trailing-whitespace', but this should be up to the individual
developer. (Bug#47278)
lisp/gnus/.dir-locals.el
[deleted file]
patch
|
blob
|
history
diff --git
a/lisp/gnus/.dir-locals.el
b/lisp/gnus/.dir-locals.el
deleted file mode 100644
(file)
index
fb968e1
..0000000
--- a/
lisp/gnus/.dir-locals.el
+++ /dev/null
@@
-1,4
+0,0 @@
-((emacs-lisp-mode . ((show-trailing-whitespace . t))))
-;; Local Variables:
-;; no-byte-compile: t
-;; End: