From 8568d94c9b2e21e65f6ececf1af79b7484817a57 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 8 Dec 2021 09:47:47 -0500 Subject: [PATCH] [emacs] Update emacs to vertico --- emacs/.config/doom/init.el | 16 +++++++++------- emacs/.config/doom/packages.el | 1 + 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index cd2a0ea..f474908 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -22,10 +22,11 @@ company ; 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 - +fuzzy - +presient - +icons) + ;(ivy ; a search engine for love and life + ; +fuzzy + ; +presient + ; +icons) + (vertico +icons) :ui ;;deft ; notational velocity for Emacs @@ -49,9 +50,9 @@ unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB - (window-select +numbers) ; visually switch windows + ;(window-select +numbers) ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces - zen ; distraction-free coding or writing + ;zen ; distraction-free coding or writing :editor (evil +everywhere); come to the dark side, we have cookies @@ -179,8 +180,9 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - web ; the tubes + (web +lsp) ; the tubes yaml ; JSON, but readable + (zig +lsp) :email ;;(mu4e +gmail) diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el index 39f878a..1306f14 100644 --- a/emacs/.config/doom/packages.el +++ b/emacs/.config/doom/packages.el @@ -37,6 +37,7 @@ (package! magit-circleci) (package! wordgen) (package! openwith) +(package! pdf-tools) ;; slack ... okay one more time (package! slack) (package! direnv)