You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,18 @@
2
2
3
3
## master (unreleased)
4
4
5
+
## New features
6
+
7
+
* Add new interactive command `cider-inspire-me`. It does what you'd expect.
8
+
* Add new defcustom `cider-inspire-on-connect`, which controls whether to display an inspiration message on connect.
9
+
5
10
### Changes
6
11
7
12
*[#3177](https://github.com/clojure-emacs/cider/pull/3177) Apply ANSI colorization to test assertion output.
8
13
* Use clojure-mode [5.14.0](https://github.com/clojure-emacs/clojure-mode/blob/v5.14.0/CHANGELOG.md#5140-2022-03-07).
9
14
*[#3170](https://github.com/clojure-emacs/cider/issues/3170) Skip ensure repl available on xref functions.
10
15
*[#3173](https://github.com/clojure-emacs/cider/issues/3173) Locally remove `cider-complete-at-point` from `completion-at-point-functions` instead of killing it as a local variable.
16
+
* Restore the long-lost (but critical) inspirational message on connect.
0 commit comments