From 01cfd8227a29f5be9b9956c55ef464f5bdb7eafd Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 12 Feb 2014 01:12:48 -0500 Subject: Add find-file-other-window to projectile commander --- lisp/init-projectile.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp') diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el index 52f610d..0d625d7 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -14,6 +14,10 @@ "Run project compilation command." (call-interactively 'projectile-compile-project)) +(def-projectile-commander-method ?F + "Find project file in other window." + (call-interactively 'projectile-find-file-other-window)) + (defun km/projectile-switch-project-to-file () "Provide access to the of default `projectile-find-file'. -- cgit v1.2.3