diff --git a/.dir-locals.el b/.dir-locals.el index 6cd55e7788..fe1f41c3ed 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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 + . ""))) (c-mode . ((c-file-style . "gnu"))) (scheme-mode .