From 974d7987a788284b334c863cd5bfc9edd07c2dd3 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Sat, 28 Aug 2021 14:21:55 +0100 Subject: Bind C-x f to projectile-recentf --- .emacs.d/lisp/init-projectile.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs.d') 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))) -- cgit 1.4.1-2-gfad0