[Emacs] Don’t defer counsel

This commit is contained in:
Lucien Cartier-Tilet 2022-08-24 20:08:23 +02:00
parent 9a6cdbb370
commit 2e20b9594c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 1 deletions

View File

@ -1379,7 +1379,6 @@ ones I find most useful are ~counsel-M-x~ and ~counsel-find-file~.
(use-package counsel
:straight (:build t)
:after recentf
:defer t
:after ivy
:bind (("M-x" . counsel-M-x)
("C-x b" . counsel-ibuffer)