Merge pull request #1953 from ahttraga/master

Add ivy completion when saving attachments
This commit is contained in:
Dirk-Jan C. Binnema 2021-03-23 17:38:27 +02:00 committed by GitHub
commit 57510dd8a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.