From f040bba676a5e66466fe712a5fcfa22ad37fa7f2 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 2 Apr 2023 18:39:42 -0400 Subject: [PATCH] ENH remove org-mu4e (dead pacakage?) --- etc/conf.org | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index eae0a79..fdbdd6e 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3478,16 +3478,7 @@ Initialize by running =nd/mu-init=. :config (setq auth-source-xoauth2-creds #'nd/xoauth2-get-secrets) (add-to-list 'smtpmail-auth-supported 'xoauth2) - (auth-source-xoauth2-enable)) - - (use-package org-mu4e - :after (org mu4e) - :config - (setq - ;; for using mu4e in org-capture templates - org-mu4e-link-query-in-headers-mode nil - ;; for composing rich-text emails using org mode - org-mu4e-convert-to-html t))) + (auth-source-xoauth2-enable))) #+END_SRC ** shell #+begin_src emacs-lisp