mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/password-store: +pass-ivy was renamed to +pass/ivy
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user