fix(pass): void-function consult--read on +pass/consult
This commit is contained in:
parent
dbe604519f
commit
65b2712001
1 changed files with 7 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue