mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix +pass functions failing to locate pass entries
They use `password-store-dir` to determine where password-store is, but that function isn't loaded in time for them to use it!
This commit is contained in:
@ -64,6 +64,7 @@ search of your username. May prompt for your gpg passphrase."
|
|||||||
;; Commands
|
;; Commands
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
;;;###autoload (autoload 'password-store-dir "password-store")
|
||||||
;;;###autoload (autoload 'password-store-list "password-store")
|
;;;###autoload (autoload 'password-store-list "password-store")
|
||||||
;;;###autoload (autoload 'password-store--completing-read "password-store")
|
;;;###autoload (autoload 'password-store--completing-read "password-store")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user