You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
491 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'password-store-edit "password-store" nil t)
(autoload 'password-store-copy "password-store" nil t)
(autoload 'password-store-init "password-store" nil t)
(autoload 'password-store-insert "password-store" nil t)
(autoload 'password-store-generate "password-store" nil t)
(autoload 'password-store-remove "password-store" nil t)
(autoload 'password-store-rename "password-store" nil t)
(autoload 'password-store-version "password-store" nil t)