[Emacs] Don’t defer counsel

This commit is contained in:
2022-08-24 20:08:23 +02:00
parent 9a6cdbb370
commit 2e20b9594c

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)