From 7ea659d62b449ce3c070e2124c301557397672e5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 12 Apr 2022 12:32:03 +0200 Subject: [PATCH] Switch to vertico for selection --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 062ccce..4a558b3 100644 --- a/init.el +++ b/init.el @@ -23,8 +23,8 @@ company ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - (ivy +icons) ; a search engine for love and life - ;;vertico ; the search engine of the future + ;;ivy ; a search engine for love and life + (vertico +icons) ; the search engine of the future :ui ;;deft ; notational velocity for Emacs