comparison lisp/custom-load.el @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 6330739388db
children 57709be46d1b
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
5 (custom-add-loads 'extensions '("auto-show" "wid-edit")) 5 (custom-add-loads 'extensions '("auto-show" "wid-edit"))
6 (custom-add-loads 'info-faces '("info")) 6 (custom-add-loads 'info-faces '("info"))
7 (custom-add-loads 'custom-buffer '("cus-edit")) 7 (custom-add-loads 'custom-buffer '("cus-edit"))
8 (custom-add-loads 'custom-faces '("cus-edit")) 8 (custom-add-loads 'custom-faces '("cus-edit"))
9 (custom-add-loads 'auto-show '("auto-show")) 9 (custom-add-loads 'auto-show '("auto-show"))
10 (custom-add-loads 'drag-n-drop '("dragdrop"))
10 (custom-add-loads 'mouse '("mouse" "mwheel")) 11 (custom-add-loads 'mouse '("mouse" "mwheel"))
11 (custom-add-loads 'etags '("etags")) 12 (custom-add-loads 'etags '("etags"))
12 (custom-add-loads 'widgets '("wid-browse" "wid-edit")) 13 (custom-add-loads 'widgets '("wid-browse" "wid-edit"))
13 (custom-add-loads 'menu '("x-menubar")) 14 (custom-add-loads 'menu '("menubar-items"))
14 (custom-add-loads 'minibuffer '("simple" "minibuf")) 15 (custom-add-loads 'minibuffer '("simple" "minibuf"))
15 (custom-add-loads 'log-message '("simple")) 16 (custom-add-loads 'log-message '("simple"))
16 (custom-add-loads 'environment '("frame" "keydefs" "minibuf" "modeline" "window-xemacs" "menubar" "x-init" "x-toolbar" "cus-edit" "gnuserv" "sound")) 17 (custom-add-loads 'environment '("frame" "keydefs" "minibuf" "modeline" "window-xemacs" "menubar" "x-init" "toolbar-items" "cus-edit" "gnuserv" "sound"))
17 (custom-add-loads 'sound '("sound")) 18 (custom-add-loads 'sound '("sound"))
18 (custom-add-loads 'terminals '("gnuserv")) 19 (custom-add-loads 'terminals '("gnuserv"))
19 (custom-add-loads 'auto-save '("files" "auto-save")) 20 (custom-add-loads 'auto-save '("files" "auto-save"))
20 (custom-add-loads 'mail '("simple")) 21 (custom-add-loads 'mail '("simple"))
21 (custom-add-loads 'custom-menu '("cus-edit")) 22 (custom-add-loads 'custom-menu '("cus-edit"))
23 (custom-add-loads 'tools '("etags" "hyper-apropos")) 24 (custom-add-loads 'tools '("etags" "hyper-apropos"))
24 (custom-add-loads 'editing-basics '("cmdloop" "simple" "files" "lisp")) 25 (custom-add-loads 'editing-basics '("cmdloop" "simple" "files" "lisp"))
25 (custom-add-loads 'internal '("cus-edit")) 26 (custom-add-loads 'internal '("cus-edit"))
26 (custom-add-loads 'help-appearance '("help" "help-macro")) 27 (custom-add-loads 'help-appearance '("help" "help-macro"))
27 (custom-add-loads 'build-report '("build-report")) 28 (custom-add-loads 'build-report '("build-report"))
28 (custom-add-loads 'buffers-menu '("x-menubar")) 29 (custom-add-loads 'buffers-menu '("menubar-items"))
29 (custom-add-loads 'hypermedia '("wid-edit")) 30 (custom-add-loads 'hypermedia '("wid-edit"))
30 (custom-add-loads 'lisp '("lisp" "lisp-mode" "hyper-apropos")) 31 (custom-add-loads 'lisp '("lisp" "lisp-mode" "hyper-apropos"))
31 (custom-add-loads 'applications '("cus-edit")) 32 (custom-add-loads 'applications '("cus-edit"))
32 (custom-add-loads 'help '("help" "cus-edit" "hyper-apropos" "info")) 33 (custom-add-loads 'help '("help" "cus-edit" "hyper-apropos" "info"))
33 (custom-add-loads 'keyboard '("cmdloop")) 34 (custom-add-loads 'keyboard '("cmdloop"))
40 (custom-add-loads 'frames '("frame" "window-xemacs" "gui" "gnuserv")) 41 (custom-add-loads 'frames '("frame" "window-xemacs" "gui" "gnuserv"))
41 (custom-add-loads 'customize '("cus-edit" "wid-edit")) 42 (custom-add-loads 'customize '("cus-edit" "wid-edit"))
42 (custom-add-loads 'custom-browse '("cus-edit")) 43 (custom-add-loads 'custom-browse '("cus-edit"))
43 (custom-add-loads 'abbrev '("abbrev" "files")) 44 (custom-add-loads 'abbrev '("abbrev" "files"))
44 (custom-add-loads 'programming '("cus-edit")) 45 (custom-add-loads 'programming '("cus-edit"))
45 (custom-add-loads 'toolbar '("x-toolbar")) 46 (custom-add-loads 'toolbar '("toolbar-items"))
46 (custom-add-loads 'dired '("files")) 47 (custom-add-loads 'dired '("files"))
47 (custom-add-loads 'killing '("simple")) 48 (custom-add-loads 'killing '("simple"))
48 (custom-add-loads 'widget-button '("wid-edit")) 49 (custom-add-loads 'widget-button '("wid-edit"))
49 (custom-add-loads 'paren-blinking '("simple")) 50 (custom-add-loads 'paren-blinking '("simple"))
50 (custom-add-loads 'find-file '("files")) 51 (custom-add-loads 'find-file '("files"))
58 (custom-add-loads 'windows '("window" "window-xemacs")) 59 (custom-add-loads 'windows '("window" "window-xemacs"))
59 (custom-add-loads 'widget-faces '("wid-edit")) 60 (custom-add-loads 'widget-faces '("wid-edit"))
60 (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock")) 61 (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock"))
61 (custom-add-loads 'fill '("simple" "fill")) 62 (custom-add-loads 'fill '("simple" "fill"))
62 (custom-add-loads 'custom-magic-faces '("cus-edit")) 63 (custom-add-loads 'custom-magic-faces '("cus-edit"))
63 (custom-add-loads 'display '("auto-show")) 64 (custom-add-loads 'display '("toolbar" "scrollbar" "auto-show"))
64 (custom-add-loads 'faces '("faces" "cus-edit" "font-lock" "font" "hyper-apropos" "info" "wid-edit")) 65 (custom-add-loads 'faces '("faces" "cus-edit" "font-lock" "font" "hyper-apropos" "info" "wid-edit"))
65 (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit")) 66 (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit"))
66 (custom-add-loads 'processes '("process" "gnuserv")) 67 (custom-add-loads 'processes '("process" "gnuserv"))
67 (custom-add-loads 'hyper-apropos '("hyper-apropos")) 68 (custom-add-loads 'hyper-apropos '("hyper-apropos"))
68 (custom-add-loads 'wp '("cus-edit")) 69 (custom-add-loads 'wp '("cus-edit"))
69 (custom-add-loads 'vc '("files")) 70 (custom-add-loads 'vc '("files"))
70 (custom-add-loads 'isearch '("isearch-mode")) 71 (custom-add-loads 'isearch '("isearch-mode"))
71 (custom-add-loads 'font-lock-faces '("font-lock")) 72 (custom-add-loads 'font-lock-faces '("font-lock"))
72 (custom-add-loads 'modeline '("modeline")) 73 (custom-add-loads 'modeline '("modeline"))
73 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit")) 74 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit"))
74 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) 75 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos"))
75 (custom-add-loads 'i18n '("cus-edit")) 76 (custom-add-loads 'i18n '("cus-edit"))
76 (custom-add-loads 'info '("x-toolbar" "info")) 77 (custom-add-loads 'info '("toolbar-items" "info"))
77 (custom-add-loads 'x '("x-faces" "x-font-menu")) 78 (custom-add-loads 'x '("x-faces" "x-font-menu"))
78 79
79 ;;; custom-load.el ends here 80 ;;; custom-load.el ends here