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))
|
||||
|
||||
|
||||
(cond ((package-built-in-p 'auth-store-pass) ; built into Emacs 26
|
||||
(def-package! auth-store-pass
|
||||
(def-package! auth-password-store
|
||||
:demand t
|
||||
:config (auth-source-pass-enable)))
|
||||
(t
|
||||
(def-package! auth-password-store
|
||||
:demand t
|
||||
:config (auth-pass-enable))))
|
||||
:config (auth-pass-enable))
|
||||
|
||||
|
||||
(def-package! helm-pass
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
|
||||
(package! pass)
|
||||
(package! password-store)
|
||||
|
||||
(unless (package-built-in-p 'auth-store-pass)
|
||||
(package! auth-password-store))
|
||||
(package! auth-password-store)
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue