mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Take 2 on auth-store-pass detection in Emacs 26+
This commit is contained in:
@ -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)))
|
||||||
|
Reference in New Issue
Block a user