[Misc] Replace obsolete ‘ivy-recentf’ with ‘counsel-recentf’

This commit is contained in:
Daniel - 2017-08-04 15:59:12 +02:00
parent 78e8bb3f6b
commit 2828f517ba
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
(bind-key "C-c l" #'org-store-link)
(bind-key "C-c m" #'emms-control/body)
(bind-key "C-c o" #'hydra-org-clock/body)
(bind-key "C-c r" #'ivy-recentf)
(bind-key "C-c r" #'counsel-recentf)
(bind-key "C-c s" #'synonyms)
(bind-key "C-h C-f" #'find-function)
(bind-key "C-h C-k" #'find-function-on-key)