summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
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)