Skip to content
Snippets Groups Projects
Commit d53e8ba6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

parent fddbf35b
No related branches found
No related tags found
No related merge requests found
;; Per-directory local variables for GNU Emacs 23 and later. ;; Per-directory local variables for GNU Emacs 23 and later.
((nil . ((fill-column . 78) ((nil
(tab-width . 8))) . ((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"))) (c-mode . ((c-file-style . "gnu")))
(scheme-mode (scheme-mode
. .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment