doomemacs/modules/tools/pass/packages.el
Henrik Lissner c3cb7c5000
:tools password-store -> :tools pass
A simpler name and matches the prefix of its module.
2019-05-19 02:18:25 -04:00

15 lines
343 B
EmacsLisp

;; -*- 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))