branch: externals/listen commit 6d8cdb8ea517426aae60c5ba96137b090948e750 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Meta: (.dir-locals) Ignore generated readme This prevents it from being offered in project-find-file. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 2ab1616260..7eed714514 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,6 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((emacs-lisp-mode . ((eval . (display-fill-column-indicator-mode 1)) +((nil . ((project-vc-ignores . ("./README.org")))) + (emacs-lisp-mode . ((eval . (display-fill-column-indicator-mode 1)) (fill-column . 100))))