195
|
1 ;;; custom-load.el --- automatically extracted custom dependencies
|
|
2
|
|
3
|
|
4 ;;; Code:
|
|
5
|
207
|
6 (custom-add-loads 'mouse '("mouse"))
|
|
7 (custom-add-loads 'minibuffer '("simple" "minibuf"))
|
|
8 (custom-add-loads 'log-message '("simple"))
|
|
9 (custom-add-loads 'environment '("frame" "minibuf" "modeline" "sound"))
|
|
10 (custom-add-loads 'sound '("sound"))
|
|
11 (custom-add-loads 'auto-save '("files"))
|
|
12 (custom-add-loads 'mail '("simple"))
|
|
13 (custom-add-loads 'editing-basics '("cmdloop" "simple" "files" "lisp"))
|
|
14 (custom-add-loads 'help-appearance '("help"))
|
|
15 (custom-add-loads 'lisp '("lisp" "find-func"))
|
|
16 (custom-add-loads 'help '("help"))
|
|
17 (custom-add-loads 'keyboard '("cmdloop"))
|
|
18 (custom-add-loads 'warnings '("simple"))
|
|
19 (custom-add-loads 'backup '("files"))
|
|
20 (custom-add-loads 'frames '("frame" "window-xemacs" "gui"))
|
|
21 (custom-add-loads 'abbrev '("files"))
|
|
22 (custom-add-loads 'find-function '("find-func"))
|
|
23 (custom-add-loads 'dired '("files"))
|
|
24 (custom-add-loads 'killing '("simple"))
|
|
25 (custom-add-loads 'paren-blinking '("simple"))
|
|
26 (custom-add-loads 'find-file '("files"))
|
|
27 (custom-add-loads 'files '("files"))
|
|
28 (custom-add-loads 'fill-comments '("simple"))
|
|
29 (custom-add-loads 'windows '("window" "window-xemacs"))
|
|
30 (custom-add-loads 'fill '("simple"))
|
|
31 (custom-add-loads 'faces '("faces"))
|
|
32 (custom-add-loads 'vc '("files"))
|
|
33 (custom-add-loads 'isearch '("isearch-mode"))
|
|
34 (custom-add-loads 'modeline '("modeline"))
|
|
35 (custom-add-loads 'editing '("simple"))
|
|
36 (custom-add-loads 'matching '("simple" "isearch-mode"))
|
195
|
37
|
|
38 ;;; custom-load.el ends here
|