From befd70d0c4026063cb445a2c4fb48dcc8df46220 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 8 Jan 2020 10:12:30 -0500 Subject: [PATCH] Use vanilla completing-read for mu4e-completing-read-function --- emacs/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.org b/emacs/init.org index 9d25d58..fddd35d 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2697,6 +2697,7 @@ Because email in Emacs is badass. My mail set up is based on [[http://stevelosh. mu4e-maildir (expand-file-name "~/.mail") message-send-mail-function 'message-send-mail-with-sendmail mu4e-get-mail-command "mbsync -a" + mu4e-completing-read-function 'completing-read sendmail-program (executable-find "msmtp") mu4e-attachment-dir "~/Downloads" mu4e-compose-format-flowed t