summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-14 21:30:19 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-14 21:30:19 +0200
commit7a07ae0e5de45c35cf1552b7e826957a5d75cd84 (patch)
tree45086c1ac4011e1b0c57fe790590944acd4d5ba1 /CHANGELOG.md
parent2db31b0069caf4331100207948ca2bcbbf217dc5 (diff)
[Fix #2113] Add a couple of commands for evaluating the last/current sexp in
context Basically they just wrap the expression in question in a let binding. Both commands remember the last context that was supplied to them.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0165c99..c3e0a2fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#2161](https://github.com/clojure-emacs/cider/issues/2161): Add new interactive command `cider-eval-defun-to-point` which is bound to `C-c C-v (C-)z`. It evaluates the current top-level form up to the point.
+* [#2113](https://github.com/clojure-emacs/cider/issues/2113): Add new interactive commands `cider-eval-last-sexp-in-context` (bound to `C-c C-v (C-)c`) and `cider-eval-sexp-at-point-in-context` (bound to `C-c C-v (C-)b`).
### Bugs Fixed