[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lisp/gnus/.dir-locals.el shadows top-level .dir-locals.el
From: |
Glenn Morris |
Subject: |
lisp/gnus/.dir-locals.el shadows top-level .dir-locals.el |
Date: |
Fri, 26 Apr 2013 13:04:31 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
lisp/gnus has this vital .dir-locals.el:
((emacs-lisp-mode . ((show-trailing-whitespace . t))))
(Which seems like personal preference to me.)
Anyway, this prevents the actually-has-useful-content
(log-edit-rewrite-fixes etc) top-level Emacs .dir-locals.el from being
seen.
The simplest solution seems not to have lisp/gnus/.dir-locals.el in the
Emacs repo. (Rather than duplicating all the top-level content into the
Gnus one, or implementing .dir-locals inheritance, desirable though that
might be.)
- lisp/gnus/.dir-locals.el shadows top-level .dir-locals.el,
Glenn Morris <=