From 3be3519910cbb3c0dfff3d8d83cdaa7116258687 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 19 Jul 2024 13:07:21 +0200 Subject: use vertico completion --- config/doom/init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/doom/init.el') diff --git a/config/doom/init.el b/config/doom/init.el index cd9d65d..d0afa63 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -22,10 +22,11 @@ :completion company ; the ultimate code completion backend + ;; (corfu +orderless) ; complete with cap(f), cape and a flying feather! ;; 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 + ;; ido ; the other *other* search engine... + ;; ivy ; a search engine for love and life + vertico ; the search engine of the future :ui ;;deft ; notational velocity for Emacs @@ -109,7 +110,7 @@ ;;upload ; map local to remote projects via ssh/ftp :os - (:if IS-MAC macos) ; improve compatibility with macOS + (:if (featurep :system 'macos) macos) ; improve compatibility with macOS ;;tty ; improve the terminal Emacs experience :lang -- cgit v1.2.3