branch: elpa/cider
commit 8da628ce600066e4de16d21a90d21775bb7255b7
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    [Docs] Mention cider-words-of-inspiration
---
 doc/modules/ROOT/pages/config/basic_config.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/modules/ROOT/pages/config/basic_config.adoc 
b/doc/modules/ROOT/pages/config/basic_config.adoc
index cedb71795f..c7bb6d7f6f 100644
--- a/doc/modules/ROOT/pages/config/basic_config.adoc
+++ b/doc/modules/ROOT/pages/config/basic_config.adoc
@@ -144,6 +144,16 @@ established. This behavior is configurable via 
`cider-connection-message-fn`:
 (setq cider-connection-message-fn nil)
 ----
 
+The default message are stored in the variable `cider-words-of-inspiration` 
that
+you can tweak easily yourselves:
+
+[source,lisp]
+----
+(add-to-list 'cider-words-of-inspiration "Moar inspiration!")
+----
+
+Of course, it goes without saying that you can do the same with `cider-tips`.
+
 IMPORTANT: This is probably one of the most important CIDER features. Disable
 those amazing messages at your own risk!
 

Reply via email to