summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-20 09:58:02 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-20 10:00:28 +0100
commit1f63f704d18b1c62be6e990bde3864da2bdfe3b5 (patch)
treeb0fe8b1117798a183819ad1e0ece0466ccd7e999
parent990e748cd0354dc905bc27b7f0052850002ef98b (diff)
downloademacs-1f63f704d18b1c62be6e990bde3864da2bdfe3b5.tar.gz
Remove Gnus specific .dir-locals.el
* 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)
-rw-r--r--lisp/gnus/.dir-locals.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/gnus/.dir-locals.el b/lisp/gnus/.dir-locals.el
deleted file mode 100644
index fb968e13a36..00000000000
--- 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: