]> code.delx.au - gnu-emacs/blobdiff - .dir-locals.el
* vc.el (vc-log-show-limit): Default to 2000.
[gnu-emacs] / .dir-locals.el
index 40e15ba520018077c03716363653487f18981858..85cfdee716698c3741ba66f64337ae1a227f4796 100644 (file)
@@ -1,9 +1,10 @@
-((nil . ((indent-tabs-mode . t)
-         (tab-width . 8)
-         (fill-column . 80)))
+((nil . ((tab-width . 8)
+         (fill-column . 70)))
  (c-mode . ((c-file-style . "GNU")))
- (change-log-mode . ((add-log-time-zone-rule . t)))
- ("lisp/mail/pmail*"
-  . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))
+ (change-log-mode . ((add-log-time-zone-rule . t)
+                    (fill-column . 74)
+                    (bug-reference-url-format
+                      . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")
+                    (mode . bug-reference))))
 
 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd