From 42bd964941c40838ded587eeda50bb2b9b397c83 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 11 Jan 2014 19:00:14 -0500 Subject: Add compile to projectile commander --- init/km-projectile.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init') 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'. -- cgit v1.2.3