:tools password-store -> :tools pass
A simpler name and matches the prefix of its module.
This commit is contained in:
parent
0674e4b4b0
commit
c3cb7c5000
9 changed files with 13 additions and 12 deletions
15
modules/tools/pass/packages.el
Normal file
15
modules/tools/pass/packages.el
Normal file
|
@ -0,0 +1,15 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/pass/packages.el
|
||||
|
||||
(package! pass)
|
||||
(package! password-store)
|
||||
(package! password-store-otp)
|
||||
|
||||
;; `auto-source-pass' is built into Emacs 26+
|
||||
(unless EMACS26+
|
||||
(package! auth-source-pass))
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-pass))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
Loading…
Add table
Add a link
Reference in a new issue