From ffcbf8ec410eae5d1258f06d58e13df5ac29270b Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 8 Jun 2023 21:23:50 +0200 Subject: [PATCH] feat: add ivy-rich --- config.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index be5909d..cb7b869 100644 --- a/config.org +++ b/config.org @@ -317,7 +317,13 @@ https://github.com/abo-abo/swiper (use-package ivy-hydra :after (ivy hydra) - ) +) + +(use-package ivy-rich + :after ivy + :init + (ivy-rich-mode 1) +) #+end_src * Utils