Files
dotfiles/emacs/.emacs.d/elpa/easy-kill-20151030.2229/easy-kill-autoloads.el
2018-01-09 04:40:58 +01:00

43 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.
;;; easy-kill-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "easy-kill" "easy-kill.el" (23124 14348 445415
;;;;;; 305000))
;;; Generated autoloads from easy-kill.el
(autoload 'easy-kill "easy-kill" "\
Kill thing at point in the order of region, url, email and line.
Temporally activate additional key bindings as follows:
letters => select or expand selection according to `easy-kill-alist';
1..9 => expand selection by that number;
0 => shrink to the initial selection;
+,=/- => expand or shrink selection;
@ => append selection to previous kill;
? => help;
C-w => kill selection;
C-SPC => turn selection into an active region;
C-g => abort;
others => save selection and exit.
\(fn &optional N)" t nil)
(defalias 'easy-mark-sexp 'easy-mark "\
Use `easy-mark' instead. The alias may be removed in future.")
(autoload 'easy-mark "easy-kill" "\
Similar to `easy-kill' (which see) but for marking.
\(fn &optional N)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; easy-kill-autoloads.el ends here