From 6328560750e4ca5eafdb5b7cf3bd750d8122f5de Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 21 Feb 2025 16:48:55 -0300 Subject: [PATCH] Fixed issue with helm --- .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 926c1cf5..8c58483c 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -22,7 +22,7 @@ :completion (company +childframe) ; the ultimate code completion backend - ;;helm ; the *other* search engine for love and life + helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ivy ; a search engine for love and life ;; vertico ; the search engine of the future