43 lines
1.2 KiB
EmacsLisp
43 lines
1.2 KiB
EmacsLisp
;;; 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
|