Add "SPC p &" binding

As projectile-run-async-shell-command-in-root
This commit is contained in:
Daanturo 2021-07-27 22:05:32 +07:00
parent caf480e18a
commit 5ed026e1c1

View file

@ -641,6 +641,7 @@
:desc "Browse project" "." #'+default/browse-project
:desc "Browse other project" ">" #'doom/browse-in-other-project
:desc "Run cmd in project root" "!" #'projectile-run-shell-command-in-root
:desc "Async cmd in project root" "&" #'projectile-run-async-shell-command-in-root
:desc "Add new project" "a" #'projectile-add-known-project
:desc "Switch to project buffer" "b" #'projectile-switch-to-buffer
:desc "Compile in project" "c" #'projectile-compile-project