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