mu4e: use emacs built-in completion
This commit is contained in:
parent
87410508a9
commit
5b32e577e1
|
@ -22,7 +22,8 @@
|
||||||
:map mu4e-view-mode-map
|
:map mu4e-view-mode-map
|
||||||
("o n" . mu4e-org-store-and-capture))
|
("o n" . mu4e-org-store-and-capture))
|
||||||
:custom
|
:custom
|
||||||
(mu4e-completing-read-function #'completing-read-default)
|
(mu4e-read-option-use-builtin nil)
|
||||||
|
(mu4e-completing-read-function #'completing-read)
|
||||||
(mu4e-split-view 'horizontal)
|
(mu4e-split-view 'horizontal)
|
||||||
(mu4e-attachment-dir "~/Downloads")
|
(mu4e-attachment-dir "~/Downloads")
|
||||||
(mu4e-get-mail-command "mbsync -a")
|
(mu4e-get-mail-command "mbsync -a")
|
||||||
|
|
Loading…
Reference in a new issue