From 5e7c6e587f2646833acd3ac02fa591186d347675 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 15 Feb 2022 20:42:06 +0000 Subject: [PATCH] chore(emacs): remove ivy-rich package --- site-modules/core/files/emacs/src/ivy.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site-modules/core/files/emacs/src/ivy.el b/site-modules/core/files/emacs/src/ivy.el index 540d6b9..455bf11 100644 --- a/site-modules/core/files/emacs/src/ivy.el +++ b/site-modules/core/files/emacs/src/ivy.el @@ -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))