tools/password-store: +pass-ivy was renamed to +pass/ivy
This commit is contained in:
parent
383d7dbddb
commit
f492a98937
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
(defun +pass/open ()
|
(defun +pass/open ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(cond ((featurep! :completion ivy)
|
(cond ((featurep! :completion ivy)
|
||||||
(+pass-ivy))
|
(+pass/ivy))
|
||||||
((featurep! :completion helm)
|
((featurep! :completion helm)
|
||||||
(helm-pass))
|
(helm-pass))
|
||||||
(t
|
(t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue