mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
.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.
This commit is contained in:
parent
71388e1fda
commit
6764455a4b
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
(sentence-end-double-space . t)
|
(sentence-end-double-space . t)
|
||||||
|
|
||||||
;; For use with 'bug-reference-prog-mode'.
|
;; For use with 'bug-reference-prog-mode'.
|
||||||
(bug-reference-url-format . "http://bugs.gnu.org/%s")
|
|
||||||
(bug-reference-bug-regexp
|
(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
|
;; Emacs-Guix
|
||||||
(eval . (setq-local guix-directory
|
(eval . (setq-local guix-directory
|
||||||
|
|
Loading…
Reference in a new issue