diff options
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |