diff --git a/modules/tools/password-store/autoload.el b/modules/tools/password-store/autoload.el index b16244bc3..14b644ee8 100644 --- a/modules/tools/password-store/autoload.el +++ b/modules/tools/password-store/autoload.el @@ -32,7 +32,7 @@ ;; API ;; -;;;###autoload (autoload 'auth-source-pass-parse-entry "auth-source-pass" nil nil t) +;;;###autoload (autoload 'auth-source-pass-parse-entry "auth-source-pass") ;;;###autoload (defalias '+pass-get-entry #'auth-source-pass-parse-entry) @@ -64,8 +64,8 @@ search of your username. May prompt for your gpg passphrase." ;; Commands ;; -;;;###autoload (autoload 'password-store-list "pass" nil nil t) -;;;###autoload (autoload 'password-store--completing-read "password-store" nil nil t) +;;;###autoload (autoload 'password-store-list "password-store") +;;;###autoload (autoload 'password-store--completing-read "password-store") ;;;###autoload (defun +pass/edit-entry (entry)