emacs/var/backup/!home!chris!.emacs.d!straight!build!password-store-otp!password-store-otp-autoloads.el~
2022-01-03 12:49:32 -06:00

47 lines
1.2 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; 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