add org-mu4e back
This commit is contained in:
parent
06e144d47b
commit
6ca890dcf3
19
conf.org
19
conf.org
|
@ -2871,17 +2871,16 @@ Since mu4e is an external program, need to check that it is installed before loa
|
||||||
;; (add-to-list 'auth-sources "secrets:default")
|
;; (add-to-list 'auth-sources "secrets:default")
|
||||||
(setq send-mail-function 'smtpmail-send-it
|
(setq send-mail-function 'smtpmail-send-it
|
||||||
message-send-mail-function 'smtpmail-send-it)
|
message-send-mail-function 'smtpmail-send-it)
|
||||||
(add-to-list 'auth-sources (expand-file-name "~/.emacs.d/.authinfo_mu4e.gpg")))
|
(add-to-list 'auth-sources (expand-file-name "~/.emacs.d/.authinfo_mu4e.gpg"))
|
||||||
|
|
||||||
;; (use-package org-mu4e
|
(use-package org-mu4e
|
||||||
;; :straight t
|
:after (org mu4e)
|
||||||
;; :after (org mu4e)
|
:config
|
||||||
;; :config
|
(setq
|
||||||
;; (setq
|
;; for using mu4e in org-capture templates
|
||||||
;; ;; for using mu4e in org-capture templates
|
org-mu4e-link-query-in-headers-mode nil
|
||||||
;; org-mu4e-link-query-in-headers-mode nil
|
;; for composing rich-text emails using org mode
|
||||||
;; ;; for composing rich-text emails using org mode
|
org-mu4e-convert-to-html t)))
|
||||||
;; 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