From 66ae93f47bb0f623de3af8e2e2ca816928458aaf Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 4 Dec 2013 15:58:45 -0500 Subject: Rewrite km/projectile-switch-to-project-file doc --- init/km-projectile.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'init') diff --git a/init/km-projectile.el b/init/km-projectile.el index a5f3b3e..59f20ad 100644 --- a/init/km-projectile.el +++ b/init/km-projectile.el @@ -6,9 +6,11 @@ (magit-status (projectile-project-root))) (defun km/projectile-switch-project-to-file () - "I have set `projectile-switch-project-action' to - `km/projectile-magit-status'. This function gives access to the - of default `projectile-find-file'" + "Provide access to the of default `projectile-find-file'. + +I have set `projectile-switch-project-action' to +`km/projectile-magit-status' but would still like quick access to +`projectile-find-file'" (interactive) (let ((projectile-switch-project-action 'projectile-find-file)) (projectile-switch-project))) -- cgit v1.2.3