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

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.