2017-06-11 02:26:51 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; tools/password-store/packages.el
|
|
|
|
|
|
|
|
(package! pass)
|
2017-06-12 18:58:31 +02:00
|
|
|
(package! password-store)
|
2018-03-27 19:37:43 -07:00
|
|
|
|
2018-05-25 00:46:11 +02:00
|
|
|
(when (and EMACS26+ (featurep! +auth))
|
2018-03-27 19:37:43 -07:00
|
|
|
(package! auth-source-pass))
|
2017-06-12 21:38:14 +02:00
|
|
|
|
2017-06-11 18:00:45 +02:00
|
|
|
(when (featurep! :completion helm)
|
|
|
|
(package! helm-pass))
|