diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 09e19223d5..da6a44ea08 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -6,9 +6,9 @@ (sentence-end-double-space . t) ;; 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]+\\)>") + . "\\(<https?://\\bugs\\.gnu\\.org/\\([0-9]+\\)>\\)") + (bug-reference-url-format . "https://bugs.gnu.org/%s") ;; Emacs-Guix (eval . (setq-local guix-directory |