Add ivy completion when saving attachments

This commit is contained in:
cog 2021-03-23 10:03:14 +01:00
parent afedfc6708
commit 3e38c9ec5f
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ containing commas."
(handles '())
(files '())
(helm-comp-read-use-marked t)
(compfn (if (and (boundp 'helm-mode) helm-mode)
(compfn (if (or (and (boundp 'helm-mode) helm-mode) (and (boundp 'ivy-mode) ivy-mode))
#'completing-read
;; Fallback to `completing-read-multiple' with poor
;; completion systems.