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.
gentoo-overlay/app-emacs/avy/files/50avy-gentoo.el

35 lines
1.4 KiB

(add-to-list 'load-path "@SITELISP@")
(autoload 'avy-process "avy" nil t)
(autoload 'avy-goto-char "avy" nil t)
(autoload 'avy-goto-char-in-line "avy" nil t)
(autoload 'avy-goto-char-2 "avy" nil t)
(autoload 'avy-goto-char-2-above "avy" nil t)
(autoload 'avy-goto-char-2-below "avy" nil t)
(autoload 'avy-isearch "avy" nil t)
(autoload 'avy-goto-word-0 "avy" nil t)
(autoload 'avy-goto-whitespace-end "avy" nil t)
(autoload 'avy-goto-word-1 "avy" nil t)
(autoload 'avy-goto-word-1-above "avy" nil t)
(autoload 'avy-goto-word-1-below "avy" nil t)
(autoload 'avy-goto-symbol-1 "avy" nil t)
(autoload 'avy-goto-symbol-1-above "avy" nil t)
(autoload 'avy-goto-symbol-1-below "avy" nil t)
(autoload 'avy-goto-subword-0 "avy" nil t)
(autoload 'avy-goto-subword-1 "avy" nil t)
(autoload 'avy-goto-word-or-subword-1 "avy" nil t)
(autoload 'avy-goto-line "avy" nil t)
(autoload 'avy-goto-line-above "avy" nil t)
(autoload 'avy-goto-line-below "avy" nil t)
(autoload 'avy-goto-end-of-line "avy" nil t)
(autoload 'avy-copy-line "avy" nil t)
(autoload 'avy-move-line "avy" nil t)
(autoload 'avy-copy-region "avy" nil t)
(autoload 'avy-move-region "avy" nil t)
(autoload 'avy-kill-region "avy" nil t)
(autoload 'avy-kill-ring-save-region "avy" nil t)
(autoload 'avy-kill-whole-line "avy" nil t)
(autoload 'avy-kill-ring-save-whole-line "avy" nil t)
(autoload 'avy-setup-default "avy" nil t)
(autoload 'avy-goto-char-timer "avy" nil t)
(autoload 'avy-transpose-lines-in-region "avy" nil t)