Mercurial > hg > xemacs-beta
comparison lisp/custom-load.el @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | b8cc9ab3f761 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
67 (custom-add-loads 'windows '("window" "window-xemacs")) | 67 (custom-add-loads 'windows '("window" "window-xemacs")) |
68 (custom-add-loads 'widget-faces '("wid-edit")) | 68 (custom-add-loads 'widget-faces '("wid-edit")) |
69 (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock")) | 69 (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock")) |
70 (custom-add-loads 'fill '("simple" "fill")) | 70 (custom-add-loads 'fill '("simple" "fill")) |
71 (custom-add-loads 'custom-magic-faces '("cus-edit")) | 71 (custom-add-loads 'custom-magic-faces '("cus-edit")) |
72 (custom-add-loads 'display '("toolbar" "scrollbar" "gutter-items" "auto-show")) | 72 (custom-add-loads 'display '("toolbar" "scrollbar" "auto-show")) |
73 (custom-add-loads 'faces '("faces" "cus-edit" "font-lock" "font" "hyper-apropos" "info" "wid-edit")) | 73 (custom-add-loads 'faces '("faces" "cus-edit" "font-lock" "font" "hyper-apropos" "info" "wid-edit")) |
74 (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit" "package-get")) | 74 (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit" "package-get")) |
75 (custom-add-loads 'processes '("process" "gnuserv")) | 75 (custom-add-loads 'processes '("process" "gnuserv")) |
76 (custom-add-loads 'hyper-apropos '("hyper-apropos")) | 76 (custom-add-loads 'hyper-apropos '("hyper-apropos")) |
77 (custom-add-loads 'wp '("cus-edit")) | 77 (custom-add-loads 'wp '("cus-edit")) |
81 (custom-add-loads 'modeline '("modeline")) | 81 (custom-add-loads 'modeline '("modeline")) |
82 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop")) | 82 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop")) |
83 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) | 83 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) |
84 (custom-add-loads 'i18n '("cus-edit")) | 84 (custom-add-loads 'i18n '("cus-edit")) |
85 (custom-add-loads 'info '("toolbar-items" "info")) | 85 (custom-add-loads 'info '("toolbar-items" "info")) |
86 (custom-add-loads 'x '("x-faces" "font-menu")) | 86 (custom-add-loads 'x '("x-faces")) |
87 (custom-add-loads 'buffers-tab '("gutter-items")) | 87 (custom-add-loads 'buffers-tab '("gutter-items")) |
88 | 88 |
89 ;;; custom-load.el ends here | 89 ;;; custom-load.el ends here |