]> git.eshelyaron.com Git - emacs.git/commitdiff
Support bug-reference-prog-mode
authorFelicián Németh <felician.nemeth@gmail.com>
Thu, 9 Jan 2020 18:28:08 +0000 (13:28 -0500)
committerJoão Távora <joaotavora@gmail.com>
Thu, 9 Jan 2020 18:28:08 +0000 (18:28 +0000)
* eglot.el (Local Variables): Add bug-reference-bug-regexp and
bug-reference-url-format.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/405

lisp/progmodes/eglot.el

index 888eacc690a8a33fe71c8d41417e1b5d5713101b..1decb2695fca9418b86a5f718794ceb5cb210428 100644 (file)
@@ -2661,5 +2661,7 @@ If INTERACTIVE, prompt user for details."
 ;;; eglot.el ends here
 
 ;; Local Variables:
+;; bug-reference-bug-regexp: "\\(github#\\([0-9]+\\)\\)"
+;; bug-reference-url-format: "https://github.com/joaotavora/eglot/issues/%s"
 ;; checkdoc-force-docstrings-flag: nil
 ;; End: