From: Dominik Kaiser Date: Sun, 9 Feb 2025 14:17:53 +0000 (+0100) Subject: Add ivy-rich X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=8236f5b2559ab9fb2586399e4ac8a1b882490956;p=config%2Femacs.git Add ivy-rich --- diff --git a/README.org b/README.org index a53e6a6..a465bdf 100644 --- a/README.org +++ b/README.org @@ -68,6 +68,12 @@ :config (ivy-mode 1)) #+end_src +*** Ivy-rich +#+begin_src elisp + (use-package ivy-rich + :init + (ivy-rich-mode 1)) +#+end_src ** Counsel #+begin_src elisp (use-package counsel diff --git a/init.el b/init.el index 1ee3957..2faf4cf 100644 --- a/init.el +++ b/init.el @@ -42,6 +42,10 @@ :config (ivy-mode 1)) +(use-package ivy-rich + :init + (ivy-rich-mode 1)) + (use-package counsel :bind (("M-x" . counsel-M-x) ("C-x b" . counsel-ibuffer)