From 3ad68f24d652a54c34de2145eaab92ff9f58f575 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 18 Jan 2023 13:58:07 +0100 Subject: [PATCH] doom disable vertico childframe --- config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/doom/init.el b/config/doom/init.el index 0e48da14..649610ff 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -24,7 +24,7 @@ ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ;;ivy ; a search engine for love and life - (vertico +icons +childframe) ; the search engine of the future + (vertico +icons) ; the search engine of the future +childframe :ui ;;deft ; notational velocity for Emacs