Skip to content

Commit b2dad37

Browse files
author
Bozhidar Batsov
committed
Add a couple of links to the cider group
1 parent bf156e5 commit b2dad37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cider.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
(defgroup cider nil
5656
"Clojure Integrated Development Environment and REPL."
5757
:prefix "cider-"
58-
:group 'applications)
58+
:group 'applications
59+
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/cider")
60+
:link '(emacs-commentary-link :tag "Commentary" "cider"))
5961

6062
(require 'pkg-info)
6163

0 commit comments

Comments
 (0)