Remove auto-store-pass support (keep things simple!)
This commit is contained in:
parent
233134a6da
commit
f467c29252
2 changed files with 4 additions and 11 deletions
|
@ -29,14 +29,9 @@
|
||||||
"C-k" #'pass-next-directory))
|
"C-k" #'pass-next-directory))
|
||||||
|
|
||||||
|
|
||||||
(cond ((package-built-in-p 'auth-store-pass) ; built into Emacs 26
|
(def-package! auth-password-store
|
||||||
(def-package! auth-store-pass
|
:demand t
|
||||||
:demand t
|
:config (auth-pass-enable))
|
||||||
:config (auth-source-pass-enable)))
|
|
||||||
(t
|
|
||||||
(def-package! auth-password-store
|
|
||||||
:demand t
|
|
||||||
:config (auth-pass-enable))))
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! helm-pass
|
(def-package! helm-pass
|
||||||
|
|
|
@ -3,9 +3,7 @@
|
||||||
|
|
||||||
(package! pass)
|
(package! pass)
|
||||||
(package! password-store)
|
(package! password-store)
|
||||||
|
(package! auth-password-store)
|
||||||
(unless (package-built-in-p 'auth-store-pass)
|
|
||||||
(package! auth-password-store))
|
|
||||||
|
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-pass))
|
(package! helm-pass))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue