From 3cf2870437731df2be93ef708f36b47e1465d549 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 17 Sep 2023 17:52:24 +0200 Subject: [PATCH] [Emacs] Add counsel package --- org/config/emacs.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 7f00e8a..a475cf3 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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!