From e3b945300c82e824cf2055f8dec67d0419c65674 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 12 Oct 2020 11:18:52 +0200 Subject: [PATCH] added ivy-rich --- init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.org b/init.org index fcd758d..914b0ce 100644 --- a/init.org +++ b/init.org @@ -420,6 +420,12 @@ Windows Theme: ivy-re-builders-alist ;; regex replaces spaces with * '((t . ivy--regex-plus)))) +; make M-x more descriptive +(use-package ivy-rich + :ensure t + :init + (ivy-rich-mode 1)) + (use-package counsel :ensure t :bind*