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:
parent
34cd055670
commit
a53503eadb
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ search of your username. May prompt for your gpg passphrase."
|
|||
;; Commands
|
||||
;;
|
||||
|
||||
;;;###autoload (autoload 'password-store-dir "password-store")
|
||||
;;;###autoload (autoload 'password-store-list "password-store")
|
||||
;;;###autoload (autoload 'password-store--completing-read "password-store")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue