chore(emacs): remove ivy-rich package

This commit is contained in:
Ade Attwood 2022-02-15 20:42:06 +00:00
parent 073f6db85f
commit 5e7c6e587f

View file

@ -23,10 +23,6 @@
:config
(ivy-mode 1))
(use-package ivy-rich
:init
(ivy-rich-mode 1))
(use-package counsel
:bind (:map minibuffer-local-map
("C-r" . 'counsel-minibuffer-history))