doomemacs/modules/tools/pass/packages.el

16 lines
343 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; tools/pass/packages.el
(package! pass)
(package! password-store)
2018-05-29 17:50:55 +02:00
(package! password-store-otp)
2018-05-29 17:50:55 +02:00
;; `auto-source-pass' is built into Emacs 26+
(unless EMACS26+
(package! auth-source-pass))
2018-05-29 17:50:55 +02:00
(when (featurep! :completion ivy)
(package! ivy-pass))
(when (featurep! :completion helm)
(package! helm-pass))