From fa0ced47cf50a068332fe51fa18c6211cafeeaa8 Mon Sep 17 00:00:00 2001 From: exu Date: Mon, 17 Jun 2024 10:55:25 +0200 Subject: [PATCH] Update init.el from upstream --- arch-config/.config/doom/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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