about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-projectile.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-projectile.el')
-rw-r--r--.emacs.d/lisp/init-projectile.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-projectile.el b/.emacs.d/lisp/init-projectile.el
index 84f1842..d314c8b 100644
--- a/.emacs.d/lisp/init-projectile.el
+++ b/.emacs.d/lisp/init-projectile.el
@@ -42,7 +42,10 @@
       "C-c p" '(("C-p" . projectile-previous-project-buffer)
                 ("C-n" . projectile-next-project-buffer)))
   :bind-keymap ("C-c p" . projectile-command-map)
-  :bind (:map projectile-mode-map ("C-c p n" . projectile-open-new-project))
+  :bind
+  (:map projectile-mode-map
+        ("C-c p n" . projectile-open-new-project)
+        ("C-x f" . projectile-recentf))
   :custom
   (projectile-switch-project-action 'projectile-commander)
   (projectile-cache-file (expand-file-name  "projectile.cache" save-dir)))