Skip to content

Commit 1ccbf96

Browse files
committed
Add a link to the online manual in CIDER's customize group
1 parent c02b1cc commit 1ccbf96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
:prefix "cider-"
6161
:group 'applications
6262
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/cider")
63+
:link '(url-link :tag "Online Manual" "https://cider.readthedocs.org")
6364
:link '(emacs-commentary-link :tag "Commentary" "cider"))
6465

6566
(defcustom cider-prompt-for-project-on-connect 'when-needed

0 commit comments

Comments
 (0)