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"
|
"TODO"
|
||||||
(interactive
|
(interactive
|
||||||
(list current-prefix-arg
|
(list current-prefix-arg
|
||||||
|
(progn
|
||||||
|
(require 'consult)
|
||||||
(consult--read (password-store-list)
|
(consult--read (password-store-list)
|
||||||
:prompt "Pass: "
|
:prompt "Pass: "
|
||||||
:sort nil
|
:sort nil
|
||||||
:require-match t
|
:require-match t
|
||||||
:category 'pass)))
|
:category 'pass))))
|
||||||
(funcall (if arg
|
(funcall (if arg
|
||||||
#'password-store-url
|
#'password-store-url
|
||||||
#'password-store-copy)
|
#'password-store-copy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue