tools/password-store: +pass-ivy was renamed to +pass/ivy

This commit is contained in:
Benjamin Andresen 2017-06-24 18:34:59 +02:00
parent 383d7dbddb
commit f492a98937

View file

@ -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