summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-23 15:38:09 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-23 15:38:09 +0200
commitd0ba176cb6af8084651e66354e84885aab87fe75 (patch)
tree925996ee4a9a4c722d338a0ed24848558ac5a828 /CHANGELOG.md
parent7e8924a9a5768fa04383a6fd04f86022e308374c (diff)
[Fix #1584] Don't enable eldoc-mode automatically in the REPL
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 be3a44ae..4baf496e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,7 @@ and try to associate the created connection with this project automatically.
commands).
* `cider-test` commands now have keybindings in `cider-repl-mode`. The keybindings are exactly the same as those in `cider-mode`.
* Changed the binding of `cider-apropos-documentation` to `C-c C-d f` and `C-c C-d C-f` (it was `C-c C-d A`).
+* [#1584](https://github.com/clojure-emacs/cider/issues/1584): Don't enable `eldoc-mode` automatically in `cider-repl-mode`.
### Bugs fixed