emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-transclusion 86ff2eaf19: intrnl: update .dir-locals


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 86ff2eaf19: intrnl: update .dir-locals.el to cover org mode
Date: Sat, 25 Dec 2021 09:57:46 -0500 (EST)

branch: externals/org-transclusion
commit 86ff2eaf197f974c50d179deedba3076e339d472
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]