aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-07 18:14:52 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-07 18:29:12 +0200
commit6764455a4b310c9e910c82f5cc87c8714e675f78 (patch)
tree54be9ddbdce444dcfb0570981ab0cb1c1ee267cb /.dir-locals.el
parent71388e1fda056ed607fa1d994ddcce09fa07f881 (diff)
downloadguix-6764455a4b310c9e910c82f5cc87c8714e675f78.tar
guix-6764455a4b310c9e910c82f5cc87c8714e675f78.tar.gz
.dir-locals: Adjust to bug-reference-mode in Emacs 28.
* .dir-locals.el: Adjust 'bug-reference-bug-regexp' and 'bug-reference-url-format' to Emacs 28.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
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