Emacs: Add bug-reference-url-format as dir local variable.

This commit is contained in:
tastytea 2020-05-02 03:24:08 +02:00
parent 9168ea5d9e
commit b032c086fa
2 changed files with 5 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((bug-reference-url-format . "https://bugs.gentoo.org/%s"))))

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!/.dir-locals.el