summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-08-01 17:02:31 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-08-01 17:02:31 +0300
commitd73683c07a2af8cb990f81aa4f74eec5a9dc1d83 (patch)
tree26fe9c717e63103277f4331c0ae9b1233941adc9 /CHANGELOG.md
parent5e19be0acb520db913ada42e9f2e901cec2e62ad (diff)
Use a dynamic mode-line for cider-mode
By default it displays the namespace of the current Clojure buffer.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 097d22b2..f9bc2edd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,9 @@ integration.
search function/var names (bound to <kbd>C-c C-d a</kbd>) or documentation
(bound to <kbd>C-c C-d A</kbd>).
* You can open Grimoire's entry for a particular Clojure (built-in) symbol with
- `cider-grimoire` (<kbd>C-c C-d g</kbd>).
+`cider-grimoire` (<kbd>C-c C-d g</kbd>).
+* `cider-mode` now displays the namespace of the current buffer in the mode-line
+ (as SLIME does).
### Changes