We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9577dbb commit 8da628cCopy full SHA for 8da628c
doc/modules/ROOT/pages/config/basic_config.adoc
@@ -144,6 +144,16 @@ established. This behavior is configurable via `cider-connection-message-fn`:
144
(setq cider-connection-message-fn nil)
145
----
146
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
157
IMPORTANT: This is probably one of the most important CIDER features. Disable
158
those amazing messages at your own risk!
159
0 commit comments