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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
* Add new interactive command `cider-inspire-me`. It does what you'd expect.
9
9
*[#3162](https://github.com/clojure-emacs/cider/pull/3162): Save eval results into kill ring and registers.
10
10
* Add new customization variable `cider-eval-register` to automatically store the last interactive eval result into the specified register.
11
-
* Add interactive command `cider-kill-last-result` to manually save the last eval result into kill ring.
11
+
* Add interactive command `cider-kill-last-result` to manually save the last eval result into kill ring.
12
12
13
13
### Changes
14
14
@@ -20,6 +20,7 @@
20
20
*[#3170](https://github.com/clojure-emacs/cider/issues/3170): Skip ensure repl available checks on xref functions. (this improves the interop with `clojure-lsp`)
21
21
*[#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.
22
22
*[#3172](https://github.com/clojure-emacs/cider/issues/3172): Restore the long-lost (but critical) inspirational message on connect.
23
+
*[#3186](https://github.com/clojure-emacs/cider/pull/3186): An assortment of small fixes.
0 commit comments