mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
:tools password-store -> :tools pass
A simpler name and matches the prefix of its module.
This commit is contained in:
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))
|
Reference in New Issue
Block a user