diff options
-rw-r--r-- | init/km-projectile.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/km-projectile.el b/init/km-projectile.el index 2ad41b1..40d4352 100644 --- a/init/km-projectile.el +++ b/init/km-projectile.el @@ -7,6 +7,10 @@ "Open project root in dired." (projectile-dired)) +(def-projectile-commander-method ?c + "Run project compilation command." + (call-interactively 'projectile-compile-project)) + (defun km/projectile-switch-project-to-file () "Provide access to the of default `projectile-find-file'. |