branch: externals/system-packages
commit 26feaab58211913d14707b953fbf8a23a48d2b95
Author: Alex Branham <bran...@utexas.edu>
Commit: Alex Branham <bran...@utexas.edu>

    Include bug reference info in .dir-locals
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index a986abf..f1e086b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,4 @@
 ((nil . ((fill-column . 70)
          (sentence-end-double-space . t)
-         )))
+         (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
+         (bug-reference-url-format . 
"https://github.com/jabranham/system-packages/issues/%s";))))

Reply via email to