From 6ca890dcf3d5209285197ef3e2e534b33247307a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 11 Apr 2019 21:44:14 -0400 Subject: [PATCH] add org-mu4e back --- conf.org | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/conf.org b/conf.org index d5ca4f8..156481f 100644 --- a/conf.org +++ b/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") (setq 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 - ;; :straight t - ;; :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))) + (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 ** shell #+begin_src emacs-lisp