We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1580f11 commit a9679d3Copy full SHA for a9679d3
CHANGELOG.md
@@ -5,6 +5,9 @@
5
## New features
6
7
* Add new interactive command `cider-inspire-me`. It does what you'd expect.
8
+* [#3162](https://github.com/clojure-emacs/cider/pull/3162): Save eval results into kill ring and registers.
9
+ * Add new customization variable `cider-eval-register` to automatically store the last interactive eval result into the specified register.
10
+ * Add interactive command `cider-kill-last-result` to manually save the last eval result into kill ring.
11
12
### Changes
13
0 commit comments