mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
.dir-locals.el: Fix value for bug-reference-bug-regexp.
* .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to regex Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
27e966f586
commit
5622013d28
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
;; For use with 'bug-reference-prog-mode'.
|
||||
(bug-reference-url-format . "https://gitlab.com/nonguix/nonguix/issues/%s")
|
||||
(bug-reference-bug-regexp
|
||||
. "#[0-9]+")))
|
||||
. "\\(#\\([0-9]+\\)\\)")))
|
||||
(c-mode . ((c-file-style . "gnu")))
|
||||
(scheme-mode
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue