Replace "ivy-recentf" with "counsel-recentf"

As the tip says: ‘ivy-recentf’ is an obsolete command (as of 0.8.0); use ‘counsel-recentf’ instead.
This commit is contained in:
YeJun Su 2016-08-30 15:04:47 +08:00 committed by GitHub
parent 64a0cc265d
commit 87bddc0dac
1 changed files with 2 additions and 2 deletions

View File

@ -149,13 +149,13 @@
;; Key bindings
(spacemacs/set-leader-keys
"a'" 'spacemacs/ivy-available-repls
"fr" 'ivy-recentf
"fr" 'counsel-recentf
"rl" 'ivy-resume
"bb" 'ivy-switch-buffer)
;; custom actions for recentf
(ivy-set-actions
'ivy-recentf
'counsel-recentf
spacemacs--ivy-file-actions)
(ivy-mode 1)