summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordpsutton <dpsutton@users.noreply.github.com>2016-04-25 11:02:54 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-25 09:02:54 -0700
commitece8fb95696316d2ef305efb007f63dd4385f94f (patch)
tree37f9d799a030f4630f1e397235c2859a3a9ff80b /CHANGELOG.md
parent21b585752358c719ff87ad51246d543c59f60b82 (diff)
Keyboard shortcuts for macroexpansion mode (#1704)
Change keyboard shortcuts for `cider-macroexpand-1-inplace` to `m` and `cider-macroexpand-all-inplace` to `a` from previous `C-c C-m` and `C-c M-m` respectively.
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 bbc635a6..d24e5687 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
### Changes
+* Simpler keybindings in macroexpand buffer. Expand one step with `m` and all expansions with `a`. Previously was `C-c C-m` and `C-c M-m`.
* Signal an error sooner if the user misconfigured `cider-known-endpoints`.
* `cider-inspect-read-and-inspect` is obsolete. Use `cider-inspect-expression` instead.
* Extremely long overlays are truncated and `cider-inspect-last-result` is recommended.