Skip to content

Commit 675708d

Browse files
committed
Fix the bug reference URL
1 parent a30a56a commit 675708d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.dir-locals.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
((nil
3-
(bug-reference-url-format . "https://github.com/clojure-emacs/cider/issues/%s")
2+
(bug-reference-url-format . "https://github.com/clojure-emacs/clojure-mode/issues/%s")
43
(indent-tabs-mode)
54
(fill-column . 80)
65
(checkdoc-arguments-in-order-flag))

0 commit comments

Comments
 (0)