ENH remove org-mu4e (dead pacakage?)
This commit is contained in:
parent
d540b7170d
commit
f040bba676
11
etc/conf.org
11
etc/conf.org
|
@ -3478,16 +3478,7 @@ Initialize by running =nd/mu-init=.
|
||||||
:config
|
:config
|
||||||
(setq auth-source-xoauth2-creds #'nd/xoauth2-get-secrets)
|
(setq auth-source-xoauth2-creds #'nd/xoauth2-get-secrets)
|
||||||
(add-to-list 'smtpmail-auth-supported 'xoauth2)
|
(add-to-list 'smtpmail-auth-supported 'xoauth2)
|
||||||
(auth-source-xoauth2-enable))
|
(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)))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** shell
|
** shell
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue