summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-09-09 03:02:40 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-09-09 03:02:40 (GMT)
commit38f1237b77b1941a514178a1f9893d9f1de72cc9 (patch)
treee8d3d3a8b59f1f34799aff209ad10dcaf95503d9 /lisp
parent318c9d7963cab634fa9fc01e1aa92fe2bf91f8c7 (diff)
downloaddotemacs-38f1237b77b1941a514178a1f9893d9f1de72cc9.zip
dotemacs-38f1237b77b1941a514178a1f9893d9f1de72cc9.tar.gz
dotemacs-38f1237b77b1941a514178a1f9893d9f1de72cc9.tar.bz2
Projectile no longer sets a default binding
Diffstat (limited to 'lisp')
-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)