Skip to content

Commit

Permalink
Change to completing-read-multiple
Browse files Browse the repository at this point in the history
Selectrum needs to be enhanced make to sure the UX for selecting
multiple (long) candidates is elegant. But this is how it should be.

Addresses #17.
  • Loading branch information
bdarcus committed Mar 9, 2021
1 parent f25eb67 commit 56d7622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bibtex-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
(bibtex-actions-read-backend))

(defun bibtex-actions--completing-read ()
"Read bibtex-completion entries for completion using 'completing-read'."
"Read bibtex-completion entries for completion using 'completing-read-multiple'."
(bibtex-completion-init)
(when-let ((candidates (bibtex-actions--get-candidates))
(chosen
(completing-read
(completing-read-multiple
"BibTeX entries: "
(lambda (string predicate action)
(if (eq action 'metadata)
Expand Down

0 comments on commit 56d7622

Please sign in to comment.