summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Josefsson <hello@martinjosefsson.com>2017-05-07 05:22:38 +0900
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-05-06 23:22:38 +0300
commitea233297492c6b4bacf1780e2243cd02c6d80ee7 (patch)
treece52e081daab94f06338914886229036392a4611 /CHANGELOG.md
parentb89e18a516b3bf6144b3fe28972fbc154102e43e (diff)
Add cider-load-all-files and clojure-files-in-directory functions (#1983)
Useful when the nREPL host is on another machine, and you wish to "force" the state of your local file system onto that remote nREPL all at once.
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 68fcc216..30169e44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New Features
+* Add new function `cider-load-all-files`, along with menu bar update.
* Add new customization variable `cider-special-mode-truncate-lines`.
* Add an option `cider-inspector-fill-frame` to control whether the cider inspector window fills its frame.
* [#1893](https://github.com/clojure-emacs/cider/issues/1893): Add negative prefix argument to `cider-refresh` to inhibit invoking of cider-refresh-functions