Skip to content

Commit

Permalink
Remove bug-reference setup from dir-locals-file
Browse files Browse the repository at this point in the history
* .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.
  • Loading branch information
basil-conto committed Sep 20, 2021
1 parent 46d41c5 commit ccfa75c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
((nil
(bug-reference-bug-regexp . "\\(\\(?:issue\\|pr\\) ?\\)?#\\([[:digit:]]+\\)")
(bug-reference-url-format
. "https://github.com/clarete/hackernews.el/issues/%s")
(fill-column . 70)
(sentence-end-double-space . t))
(emacs-lisp-mode
Expand Down

0 comments on commit ccfa75c

Please sign in to comment.