emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 8da628ce60: [Docs] Mention cider-words-of-inspiratio


From: ELPA Syncer
Subject: [nongnu] elpa/cider 8da628ce60: [Docs] Mention cider-words-of-inspiration
Date: Wed, 10 Aug 2022 04:58:18 -0400 (EDT)

branch: elpa/cider
commit 8da628ce600066e4de16d21a90d21775bb7255b7
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [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

[Prev in Thread] Current Thread [Next in Thread]