Skip to content

Commit 8da628c

Browse files
committed
[Docs] Mention cider-words-of-inspiration
1 parent 9577dbb commit 8da628c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/modules/ROOT/pages/config/basic_config.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@ established. This behavior is configurable via `cider-connection-message-fn`:
144144
(setq cider-connection-message-fn nil)
145145
----
146146

147+
The default message are stored in the variable `cider-words-of-inspiration` that
148+
you can tweak easily yourselves:
149+
150+
[source,lisp]
151+
----
152+
(add-to-list 'cider-words-of-inspiration "Moar inspiration!")
153+
----
154+
155+
Of course, it goes without saying that you can do the same with `cider-tips`.
156+
147157
IMPORTANT: This is probably one of the most important CIDER features. Disable
148158
those amazing messages at your own risk!
149159

0 commit comments

Comments
 (0)