aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-06-02 02:01:25 +0300
committerJuri Linkov2020-06-02 02:01:25 +0300
commit2c1e5b9e77d5da26cfb01917c25546e776c67789 (patch)
tree7a816dc41c678c9493415c4004419aa75c18599f /etc
parent6d6ec1bc1e784af786cc0436f54211095bf7a952 (diff)
downloademacs-2c1e5b9e77d5da26cfb01917c25546e776c67789.tar.gz
emacs-2c1e5b9e77d5da26cfb01917c25546e776c67789.zip
* lisp/progmodes/project.el (project-vc-dir, project-shell): New commands.
(project-compile): Add args and interactive spec like in 'compile'. (project-switch-commands): Bind project-vc-dir to "v", project-shell to "s", and rebind project-find-regexp from "s" to "r". * doc/emacs/maintaining.texi (Project File Commands): Describe project-vc-dir and project-shell.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3086ffaf91b..36ef3509b23 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -411,8 +411,8 @@ information, see the related entry about 'shr-browse-url' above.
411all commands that prompt for a project directory. 411all commands that prompt for a project directory.
412 412
413+++ 413+++
414*** New commands 'project-dired' and 'project-eshell'. 414*** New commands 'project-dired', 'project-vc-dir', 'project-shell', 'project-eshell'.
415These commands run Dired and Eshell in a project's root directory, 415These commands run Dired/VC-Dir and Shell/Eshell in a project's root directory,
416respectively. 416respectively.
417 417
418+++ 418+++