From 2c0c1f970899389025281e8968e3517fa32668d8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Jan 2014 00:48:21 -0500 Subject: Clean up init files --- init/km-projectile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init/km-projectile.el') diff --git a/init/km-projectile.el b/init/km-projectile.el index 40d4352..585f399 100644 --- a/init/km-projectile.el +++ b/init/km-projectile.el @@ -2,7 +2,7 @@ (setq projectile-switch-project-action 'projectile-commander) -;; default binding is D +;; Default binding is D. (def-projectile-commander-method ?r "Open project root in dired." (projectile-dired)) @@ -16,7 +16,7 @@ I have set `projectile-switch-project-action' to `projectile-commander' but would still like quick access to -`projectile-find-file'" +`projectile-find-file'." (interactive) (let ((projectile-switch-project-action 'projectile-find-file)) (projectile-switch-project))) -- cgit v1.2.3