summaryrefslogtreecommitdiff
path: root/init/km-projectile.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-01-25 00:48:21 -0500
committerKyle Meyer <kyle@kyleam.com>2014-01-25 01:04:40 -0500
commit2c0c1f970899389025281e8968e3517fa32668d8 (patch)
tree1199bbbcd8fdf0b82b6c75ef0a65012e2d22e865 /init/km-projectile.el
parent1805b9124237248038fd9793fa5bbd8ba5274a72 (diff)
downloademacs.d-2c0c1f970899389025281e8968e3517fa32668d8.tar.gz
Clean up init files
Diffstat (limited to 'init/km-projectile.el')
-rw-r--r--init/km-projectile.el4
1 files changed, 2 insertions, 2 deletions
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)))