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.
|
|
;;; clipmon-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "clipmon" "clipmon.el" (0 0 0 0));;; Generated autoloads from clipmon.el
(define-key-after global-map [menu-bar options clipmon-separator] '(menu-item "---") 'highlight-paren-mode)
(define-key-after global-map [menu-bar options clipmon-killring] '(menu-item "Clipboard Monitor (Add to Kill Ring)" clipmon-mode :help "Add changes to the system clipboard to Emacs's kill ring." :button (:toggle . clipmon-mode)) 'clipmon-separator)
(define-key-after global-map [menu-bar options clipmon-autoinsert] '(menu-item "Clipboard Monitor Autoinsert" clipmon-autoinsert-toggle :help "Automatically insert changes to the system clipboard at the current location." :button (:toggle . clipmon--autoinsert)) 'clipmon-killring)
(defvar clipmon-mode nil "\
Non-nil if Clipmon mode is enabled.See the `clipmon-mode' commandfor a description of this minor mode.Setting this variable directly does not take effect;either customize it (see the info node `Easy Customization')or call the function `clipmon-mode'.")
(custom-autoload 'clipmon-mode "clipmon" nil)
(autoload 'clipmon-mode "clipmon" "\
Start/stop clipboard monitor - watch system clipboard, add changes to kill ring.
If called interactively, enable Clipmon mode if ARG is positive,and disable it if ARG is zero or negative. If called from Lisp,also enable the mode if ARG is omitted or nil, and toggle it ifARG is `toggle'; disable the mode otherwise.
To also insert the changes to the system clipboard at the currentlocation, call `clipmon-autoinsert-toggle' to turn autoinsert onand off. See commentary in source file for more information -M-: (find-library 'clipmon).
Upgrade note (2015-02-11): you'll need to bind your shortcut key to`clipmon-autoinsert-toggle' instead of `clipmon-mode'.
\(fn &optional ARG)" t nil)
(autoload 'clipmon-mode-start "clipmon" "\
Start clipboard monitor - watch system clipboard, add changes to kill ring." t nil)
(autoload 'clipmon-autoinsert-toggle "clipmon" "\
Turn autoinsert on/off - watch system clipboard and insert changes.Will change cursor color and play a sound. Text will betransformed before insertion according to various settings - see`clipmon--transform-text'." t nil)
(autoload 'clipmon-persist "clipmon" "\
Persist the kill ring to disk using Emacs's savehist library.Will save the kill ring at the end of the session and at variousintervals as specified by variable `savehist-autosave-interval'.Note that savehist also includes various other Emacs settings bydefault, including the minibuffer history - see function`savehist-mode' for more details." nil nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "clipmon" '("clipmon-")))
;;;***;;;### (autoloads nil nil ("clipmon-pkg.el") (0 0 0 0))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; clipmon-autoloads.el ends here
|