[Emacs] Add counsel package

This commit is contained in:
Lucien Cartier-Tilet 2023-09-17 17:52:24 +02:00
parent 3c2a0c0ef9
commit 3cf2870437
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 0 deletions

View File

@ -1275,6 +1275,12 @@ restricted in terms of features compared to =ivy=.
ivy-use-selectable-prompt t))
#+end_src
#+begin_src emacs-lisp
(use-package counsel
:straight (:build t)
:defer t)
#+end_src
There is also [[https://github.com/raxod502/prescient.el][~prescient.el~]] that offers some nice features when
coupled with ~ivy~, guess what was born out of it? ~ivy-prescient~, of
course!