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
|
||||
:demand t
|
||||
:config (auth-source-pass-enable)))
|
||||
(t
|
||||
(def-package! auth-password-store
|
||||
:demand t
|
||||
:config (auth-pass-enable))))
|
||||
(def-package! auth-password-store
|
||||
:demand t
|
||||
:config (auth-pass-enable))
|
||||
|
||||
|
||||
(def-package! helm-pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue