Take 2 on auth-store-pass detection in Emacs 26+
This commit is contained in:
parent
ff9965e039
commit
9506cc9902
1 changed files with 8 additions and 5 deletions
|
@ -29,11 +29,14 @@
|
||||||
"C-k" #'pass-next-directory))
|
"C-k" #'pass-next-directory))
|
||||||
|
|
||||||
|
|
||||||
(def-package! auth-password-store
|
|
||||||
:demand t
|
|
||||||
:config (auth-pass-enable))
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! helm-pass
|
(def-package! helm-pass
|
||||||
:when (featurep! :completion helm)
|
:when (featurep! :completion helm)
|
||||||
:commands helm-pass)
|
:commands helm-pass)
|
||||||
|
|
||||||
|
|
||||||
|
;; Is built into Emacs 26+
|
||||||
|
(if (require 'auth-store-pass nil t)
|
||||||
|
(auth-source-pass-enable)
|
||||||
|
(def-package! auth-password-store
|
||||||
|
:demand t
|
||||||
|
:config (auth-pass-enable)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue