summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNahuel Greco <ngreco@gmail.com>2017-05-22 18:37:46 -0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-05-23 01:37:46 +0400
commit397c89d58e6a61d85b00d637b6358b909f86d675 (patch)
tree1c1c0e9813c86975140548660e9abd1ba9db950c /CHANGELOG.md
parenta82bfbebe8c3e470321ec79df5c08d49f3709bb1 (diff)
Add cider-doc-auto-select-buffer custom variable (#1996)
Added cider-doc-auto-select-buffer defcustom to control whether the documentation viewer popup will be auto-selected after it's displayed.
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 2f3e104d..88e37edf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
* [#1832](https://github.com/clojure-emacs/cider/issues/1832): Add new customization variable `cider-eldoc-display-context-dependent-info` to control showing eldoc info for datomic query input parameters.
* Make it possible to disable auto-evaluation of changed ns forms via the defcustom `cider-auto-track-ns-form-changes`.
* [#1991](https://github.com/clojure-emacs/cider/issues/1832): Make it possible to disable the prompt to open a ClojureScript in a browser on connect via `cider-offer-to-open-cljs-app-in-browser`.
+* [#1995](https://github.com/clojure-emacs/cider/pull/1995): Add new customization variable `cider-doc-auto-select-buffer` to control cider-doc popup buffer auto selection.
### Changes