branch: master
commit 5970fbf499d6a51826e45b508f0570c14159bb74
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* .dir-locals.el: Catch up with Emacs' .dir-locals.
---
.dir-locals.el | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 2e19675b..aa4f0335 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,10 +1,17 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
-((nil . ((bug-reference-url-format . "https://debbugs.gnu.org/%s")
- (fill-column . 70)
+((nil . ((tab-width . 8)
(sentence-end-double-space . t)
- (tab-width . 8)))
+ (fill-column . 72)
+ (emacs-lisp-docstring-fill-column . 72)
+ (bug-reference-url-format . "https://debbugs.gnu.org/%s")
+ (diff-add-log-use-relative-names . t)
+ (vc-prepare-patches-separately . nil)))
+ (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
+ (log-edit-setup-add-author . t)
+ (vc-git-log-edit-summary-target-len . 50)
+ (fill-column . 64)))
(change-log-mode . ((mode . bug-reference)
(add-log-time-zone-rule . t)
(fill-column . 74)))