summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-05 09:12:40 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-05 09:12:40 +0200
commit68bb5c9e9fa98b3b6ef201aa9aa33b0ee2e1aca0 (patch)
tree739a6da74a9b6afe950ae4046d860f8720cd5409 /CHANGELOG.md
parent56d20b2fe446f5c70e16e4246646987e15b96f65 (diff)
[#1337] Rebind clearing the REPL buffer to `C-u C-c C-o` in cider-repl-mode
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 ade2f5e9..504f4a39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,7 @@
* [#732](https://github.com/clojure-emacs/cider/issues/732): `cider-quit` and `cider-restart` now operate on the current connection only. With a prefix argument they operate on all connections.
* `nrepl-log-messages` is now set to `t` by default.
* Renamed `cider-repl-output-face` to `cider-repl-stdout-face` and `cider-repl-err-output-face` to `cider-repl-stderr-face`.
+* Clearing the REPL buffer is now bound to `C-u C-C C-o` when you're in the REPL.
### Bugs fixed