completion/helm: fix recentf remapping
This commit is contained in:
parent
730e4c2600
commit
13cf6b3fb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue