summaryrefslogtreecommitdiff
path: root/init/km-projectile.el
diff options
context:
space:
mode:
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)))