mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/password-store: add auth-password-store package decl
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/password-store/packages.el
|
;;; tools/password-store/packages.el
|
||||||
|
|
||||||
(package! password-store)
|
(package! auth-password-store)
|
||||||
(package! pass)
|
(package! pass)
|
||||||
|
(package! password-store)
|
||||||
|
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-pass))
|
(package! helm-pass))
|
||||||
|
Reference in New Issue
Block a user