trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,46 @@
|
|||
;;; password-store-otp-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||||
;;
|
||||
;;; Code:
|
||||
|
||||
|
||||
;;;### (autoloads nil "password-store-otp" "password-store-otp.el"
|
||||
;;;;;; (0 0 0 0))
|
||||
;;; Generated autoloads from password-store-otp.el
|
||||
|
||||
(autoload 'password-store-otp-token-copy "password-store-otp" "\
|
||||
Copy an OTP token from ENTRY to clipboard.
|
||||
|
||||
\(fn ENTRY)" t nil)
|
||||
|
||||
(autoload 'password-store-otp-uri-copy "password-store-otp" "\
|
||||
Copy an OTP URI from ENTRY to clipboard.
|
||||
|
||||
\(fn ENTRY)" t nil)
|
||||
|
||||
(autoload 'password-store-otp-insert "password-store-otp" "\
|
||||
Insert a new ENTRY containing OTP-URI.
|
||||
|
||||
\(fn ENTRY OTP-URI)" t nil)
|
||||
|
||||
(autoload 'password-store-otp-append "password-store-otp" "\
|
||||
Append to an ENTRY the given OTP-URI.
|
||||
|
||||
\(fn ENTRY OTP-URI)" t nil)
|
||||
|
||||
(autoload 'password-store-otp-append-from-image "password-store-otp" "\
|
||||
Check clipboard for an image and scan it to get an OTP URI, append it to ENTRY.
|
||||
|
||||
\(fn ENTRY)" t nil)
|
||||
|
||||
(register-definition-prefixes "password-store-otp" '("password-store-otp-"))
|
||||
|
||||
;;;***
|
||||
|
||||
(provide 'password-store-otp-autoloads)
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; password-store-otp-autoloads.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue