From 13cf6b3fb63eaab5cd2ed9a2a15c01f23d8c5e27 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 23 Oct 2017 19:59:48 +0200 Subject: [PATCH] completion/helm: fix recentf remapping --- modules/completion/helm/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index db13f2595..ba315c5d5 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -63,7 +63,7 @@ (map! :map global-map [remap apropos] #'helm-apropos [remap find-file] #'helm-find-files - [remap recentf] #'helm-recentf + [remap recentf-open-files] #'helm-recentf [remap projectile-switch-to-buffer] #'helm-projectile-switch-to-buffer [remap projectile-recentf] #'helm-projectile-recentf [remap projectile-find-file] #'helm-projectile-find-file