mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Remove auto-store-pass support (keep things simple!)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user