diff options
| author | Nikita Bloshchanevich <nikblos@outlook.com> | 2020-08-22 10:22:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-22 11:22:48 +0300 |
| commit | a2b5a70e204e277a738615901dfebf274c8202c2 (patch) | |
| tree | 538acc09c50fdb4d10a0ba694c262c0ca8e672b2 /CHANGELOG.md | |
| parent | 2a3b9a562051e3469cd62b561e3b8e225a6b0c14 (diff) | |
Add a couple of utility functions
- Add projectile-acquire-root, providing the
common (projectile-ensure-project (projectile-project-root)) idiom
- Add projectile-process-current-project-buffers-current: like
projectile-process-current-project-buffers, but calling ACTION without
arguments and with the buffer current
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a77bd24..cff4e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ ### New features -* New project commands `projectile-package-project` and `projectile-install-project`. +* New functions `projectile-acquire-root` and `projectile-process-current-project-buffers-current` +* New project commands `projectile-package-project`, `projectile-install-project`. * [#1539](https://github.com/bbatsov/projectile/pull/1539): New defcustom `projectile-auto-discover` controlling whether to automatically discover projects in the search path when `projectile-mode` activates. * Add [emacs-eldev](https://github.com/doublep/eldev) project type. * Add Dart project type. |
