mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/password-store: add helm-pass support
This commit is contained in:
@ -28,3 +28,7 @@
|
||||
(require 'auth-store-pass)
|
||||
(auth-source-pass-enable)))
|
||||
|
||||
|
||||
(def-package! helm-pass
|
||||
:when (featurep! :completion helm)
|
||||
:commands helm-pass)
|
||||
|
@ -3,3 +3,6 @@
|
||||
|
||||
(package! password-store)
|
||||
(package! pass)
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
||||
|
Reference in New Issue
Block a user