From adf9f53b0e825c38b9fe109a6f51ef009ab98621 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 9 Sep 2024 16:19:43 -0400 Subject: [PATCH] removing workarounds --- mu4e-config.el | 2 +- packages.el | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/mu4e-config.el b/mu4e-config.el index 33608de..79c0e1a 100644 --- a/mu4e-config.el +++ b/mu4e-config.el @@ -190,7 +190,7 @@ (setq mu4e-alert-email-notification-types '(count)) ;; FIXME: workaround for issue with doom mu4e not expanding ~ - (setq mu4e-get-mail-command "mbsync -a") + ;; (setq mu4e-get-mail-command "mbsync -a") (add-hook! mu4e-compose-mode (ws-butler-mode -1))) diff --git a/packages.el b/packages.el index 35f8268..9fbc778 100644 --- a/packages.el +++ b/packages.el @@ -10,12 +10,14 @@ (unpin! lsp-mode) (unpin! sly) ;; (unpin! racket-mode) -;; (unpin! consult) -;; (unpin! vertico) -;; (unpin! embark) -;; (unpin! orderless) -;; (unpin! cape) -;; (unpin! corfu) + +(unpin! consult) +(unpin! vertico) +(unpin! embark) +(unpin! orderless) +(unpin! cape) +(unpin! corfu) + (unpin! yasnippet-capf) (unpin! parinfer-rust-mode) ;; (unpin! geiser)