summaryrefslogtreecommitdiff
blob: f2eb02eecd7500c455fc428e4e870ab95be12222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
(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)