]> git.eshelyaron.com Git - emacs.git/commit
Add commands to run shell commands in project root
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Aug 2020 17:23:01 +0000 (19:23 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 28 Aug 2020 17:27:47 +0000 (19:27 +0200)
commit8d3160ec0856dba42ac39296e7191a51c1e8b7e8
tree4052dcb6b112fe0fe9fc6b5fd9c349414762ce60
parentd2412492cad18c1ffd91d3f6dbd3b08b8859e18a
Add commands to run shell commands in project root

* lisp/progmodes/project.el (project-async-shell-command)
(project-shell-command): New commands to run 'async-shell-command'
and 'shell-command' in project's root directory.
(project-prefix-map): Bind commands to '!' and '&'.
* doc/emacs/maintaining.texi (Project File Commands): Document the
new commands.
* etc/NEWS: Announce the new commands.
doc/emacs/maintaining.texi
etc/NEWS
lisp/progmodes/project.el