diff --git a/arch-config/.config/doom/init.el b/arch-config/.config/doom/init.el index c9c933ba..98ac6085 100644 --- a/arch-config/.config/doom/init.el +++ b/arch-config/.config/doom/init.el @@ -24,7 +24,8 @@ (company +tng) ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - ivy ; a search engine for love and life + ;;ivy ; a search engine for love and life + vertico ; the search engine of the future :ui ;;deft ; notational velocity for Emacs @@ -93,7 +94,6 @@ editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs ;;(eval +overlay) ; run code, run (also, repls) - ;;gist ; interacting with github gists lookup ; navigate your code and its documentation (lsp +peek) ; M-x vscode magit ; a git porcelain for Emacs @@ -109,7 +109,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 +osc) ; improve the terminal Emacs experience :lang