Use vertico for mu4e completion

This commit is contained in:
contrapunctus 2022-02-08 13:23:23 +05:30
parent aedcc4600f
commit c17c35cbaf
1 changed files with 3 additions and 1 deletions

View File

@ -3043,7 +3043,9 @@ PR ideas
(setq mu4e-get-mail-command "mbsync -a"
mu4e-drafts-folder "/Drafts/"
mu4e-sent-folder "/Sent/"
mu4e-trash-folder "/Trash/"))
mu4e-trash-folder "/Trash/"
;; Use vertico, not ido.
mu4e-completing-read-function #'completing-read))
#+END_SRC
** doc-view :viewer: