diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-06-07 18:14:52 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-07 18:29:12 +0200 |
| commit | 6764455a4b310c9e910c82f5cc87c8714e675f78 (patch) | |
| tree | 54be9ddbdce444dcfb0570981ab0cb1c1ee267cb /.dir-locals.el | |
| parent | 71388e1fda056ed607fa1d994ddcce09fa07f881 (diff) | |
.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.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 09e19223d50..da6a44ea08b 100644 --- a/.dir-locals.el +++ b/.dir-locals.el | |||
| @@ -6,9 +6,9 @@ | |||
| 6 | (sentence-end-double-space . t) | 6 | (sentence-end-double-space . t) |
| 7 | 7 | ||
| 8 | ;; For use with 'bug-reference-prog-mode'. | 8 | ;; For use with 'bug-reference-prog-mode'. |
| 9 | (bug-reference-url-format . "http://bugs.gnu.org/%s") | ||
| 10 | (bug-reference-bug-regexp | 9 | (bug-reference-bug-regexp |
| 11 | . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>") | 10 | . "\\(<https?://\\bugs\\.gnu\\.org/\\([0-9]+\\)>\\)") |
| 11 | (bug-reference-url-format . "https://bugs.gnu.org/%s") | ||
| 12 | 12 | ||
| 13 | ;; Emacs-Guix | 13 | ;; Emacs-Guix |
| 14 | (eval . (setq-local guix-directory | 14 | (eval . (setq-local guix-directory |
