mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -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)
|
||||
|
Reference in New Issue
Block a user