Now that auth-password-store has been renamed to auth-source-pass and it matches the same feature included in emacs 26 under the same name we don't need custom checks and package loading.
11 lines
227 B
EmacsLisp
11 lines
227 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/password-store/packages.el
|
|
|
|
(package! pass)
|
|
(package! password-store)
|
|
|
|
(when (featurep! +auth)
|
|
(package! auth-source-pass))
|
|
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass))
|