fix(pass): void-function consult--read on +pass/consult

This commit is contained in:
Henrik Lissner 2021-09-15 17:04:37 +02:00
parent dbe604519f
commit 65b2712001

View file

@ -6,11 +6,13 @@
"TODO"
(interactive
(list current-prefix-arg
(progn
(require 'consult)
(consult--read (password-store-list)
:prompt "Pass: "
:sort nil
:require-match t
:category 'pass)))
:category 'pass))))
(funcall (if arg
#'password-store-url
#'password-store-copy)