summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-02-12 15:39:06 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2013-02-12 15:39:06 +0200
commit8d7819bf72ea50542f85cf42c33b793d52ffa96f (patch)
tree2b36a72d5585f621020b0fd787ca0b5afc5759dd /CHANGELOG.md
parent9399cd7aca6b2928c5a006fbe2f8969c173b9a2f (diff)
Introduce the option to hide special buffers
Some "boring" buffers can now optionally be hidden by the users via the use of the `nrepl-hide-special-buffers` setting. By default all special buffers are visible.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c98de62..f4570a2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ creating a new one with `nrepl-jack-in` or `nrepl`.
* Added some convenience keybindings to `clojure-mode` -
`nrepl-jack-in` is now bound to <kbd>C-c M-j</kbd> and `nrepl` is
bound to <kbd>C-c M-c</kbd>.
+* Added `nrepl-hide-special-buffers` setting to control the display of special
+buffers like `*nrepl-server*` and `*nrepl-connection*`.
### Bugs fixed