From abdfc7a467455a1f28173a9e5e410c33ec9b07fa Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 18 Mar 2025 17:29:00 -0400 Subject: mu4e should use default emacs completion --- dot_emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index b6d199e..51e7622 100644 --- a/dot_emacs +++ b/dot_emacs @@ -691,6 +691,10 @@ Otherwise split the current paragraph into one sentence per line." ;; compose messages in new frame (mu4e-compose-in-new-frame t) + ;; use default emacs completion + (mu4e-read-option-use-builtin nil) + (mu4e-completing-read-function 'completing-read) + ;; hide long list off addresses from main view and silence warnings ;; about mu4e not recognizing user-mail-address against regexp (mu4e-main-hide-personal-addresses t) -- cgit v1.2.3