Remove bug-reference setup from dir-locals-file

* .dir-locals-file.el (bug-reference-bug-regexp)
(bug-reference-url-format): Remove in preference of Emacs 28's more
general DWIM setup.  Users on older Emacs versions can still add the
relevant incantations to their personal .dir-locals-2.el file.
master
Basil L. Contovounesios 5 years ago
parent 39d067b9fb
commit da167c51e9
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      .dir-locals.el

@ -1,6 +1,4 @@
((nil
(bug-reference-bug-regexp . "\\(\\(?:issue\\|pr\\) ?\\)?#\\([[:digit:]]+\\)")
(bug-reference-url-format . "https://github.com/magnars/dash.el/issues/%s")
(fill-column . 70)
(sentence-end-double-space . t)
(tab-width . 8))

Loading…
Cancel
Save