Augment '.dir-locals.el' with bug-reference-mode settings.

This commit is contained in:
Ludovic Courtès 2014-10-10 18:19:43 +02:00
parent fddbf35bf5
commit d53e8ba6b5
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
;; Per-directory local variables for GNU Emacs 23 and later.
((nil . ((fill-column . 78)
(tab-width . 8)))
((nil
. ((fill-column . 78)
(tab-width . 8)
;; For use with 'bug-reference-prog-mode'.
(bug-reference-url-format . "http://bugs.gnu.org/%s")
(bug-reference-bug-regexp
. "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode
.