diff options
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/init.el | 9 |
1 files changed, 5 insertions, 4 deletions
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 |