aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2025-01-23 13:12:30 -0500
committerRyan Kavanagh <rak@rak.ac>2025-01-23 13:12:30 -0500
commit6d483fd8d6d5a3ba06761c4ad24874f822b95c3d (patch)
tree7dec3c7ea89e36f97c3f8102d159403810d51092 /dot_emacs
parentmu4e-goodies (diff)
more mu4e config
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs6
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index 8fe91b8..a5bc8ba 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -556,6 +556,9 @@ Otherwise split the current paragraph into one sentence per line."
(message-citation-line-function 'message-insert-formatted-citation-line)
(message-send-mail-function 'message-send-mail-with-sendmail))
+(use-package message-view-patch
+ :ensure t)
+
(use-package minibuffer
:config
(add-to-list 'completion-styles 'substring)
@@ -696,6 +699,9 @@ Otherwise split the current paragraph into one sentence per line."
("/gmail/INBOX" . ?g)
("/queensu/INBOX" . ?q))))
+;; provided through git/chezmoi
+(use-package mu4e-goodies-tags)
+
(use-package oauth2
:ensure t)