From 8236f5b2559ab9fb2586399e4ac8a1b882490956 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 9 Feb 2025 15:17:53 +0100 Subject: [PATCH] Add ivy-rich --- README.org | 6 ++++++ init.el | 4 ++++ 2 files changed, 10 insertions(+) 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) -- 2.47.2