branch: externals/org-transclusion commit 86ff2eaf197f974c50d179deedba3076e339d472 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
intrnl: update .dir-locals.el to cover org mode --- .dir-locals.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index ec46ede242..349f1363c1 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,4 @@ -((emacs-lisp-mode - (fill-column . 80) - (indent-tabs-mode . nil) +((nil (time-stamp-format . "%02d %:B %Y") (time-stamp-start . "modified:[ ]+\\\\?") (time-stamp-end . "$") @@ -8,4 +6,7 @@ (time-stamp-line-limit . 20) ;; Need this locale to be "C" or "en_US.UTF-8" or something to standardize the ;; time stamp with English - (system-time-locale . "C"))) + (system-time-locale . "C")) + (emacs-lisp-mode + (fill-column . 80) + (indent-tabs-mode . nil)))