summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-files.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ravi-init-files.el')
-rw-r--r--lisp/ravi-init-files.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ravi-init-files.el b/lisp/ravi-init-files.el
index b0fd4bd..8e4d0ca 100644
--- a/lisp/ravi-init-files.el
+++ b/lisp/ravi-init-files.el
@@ -138,6 +138,8 @@ not exist, it is not added to the filecache."
(setq projectile-known-projects-file
(ravi/emacs-file "past/projectile-bookmarks.eld"))
)
+ :bind-keymap ("C-c p" . projectile-command-map)
+ :bind(("C-<f2>" . projectile-find-file-dwim))
:config
(progn
(projectile-global-mode)