File: custom-load.el

package info (click to toggle)
xemacs20 20.4-13
  • links: PTS
  • area: main
  • in suites: slink
  • size: 67,324 kB
  • ctags: 57,643
  • sloc: lisp: 586,197; ansic: 184,662; sh: 4,296; asm: 3,179; makefile: 2,021; perl: 1,059; csh: 96; sed: 22
file content (36 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download | duplicates (2)
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
35
36
;;; custom-load.el --- automatically extracted custom dependencies


;;; Code:

(custom-add-loads 'extensions '("wid-edit"))
(custom-add-loads 'custom-buffer '("cus-edit"))
(custom-add-loads 'custom-faces '("cus-edit"))
(custom-add-loads 'widgets '("wid-browse" "wid-edit"))
(custom-add-loads 'environment '("cus-edit"))
(custom-add-loads 'custom-menu '("cus-edit"))
(custom-add-loads 'internal '("cus-edit"))
(custom-add-loads 'hypermedia '("wid-edit"))
(custom-add-loads 'applications '("cus-edit"))
(custom-add-loads 'help '("cus-edit"))
(custom-add-loads 'widget-browse '("wid-browse"))
(custom-add-loads 'widget-documentation '("wid-edit"))
(custom-add-loads 'customize '("cus-edit" "wid-edit"))
(custom-add-loads 'custom-browse '("cus-edit"))
(custom-add-loads 'abbrev '("cus-edit"))
(custom-add-loads 'programming '("cus-edit"))
(custom-add-loads 'widget-button '("wid-edit"))
(custom-add-loads 'files '("cus-edit"))
(custom-add-loads 'external '("cus-edit"))
(custom-add-loads 'development '("cus-edit"))
(custom-add-loads 'widget-faces '("wid-edit"))
(custom-add-loads 'languages '("cus-edit"))
(custom-add-loads 'custom-magic-faces '("cus-edit"))
(custom-add-loads 'faces '("cus-edit" "wid-edit"))
(custom-add-loads 'emacs '("cus-edit"))
(custom-add-loads 'processes '("cus-edit"))
(custom-add-loads 'wp '("cus-edit"))
(custom-add-loads 'editing '("cus-edit"))
(custom-add-loads 'i18n '("cus-edit"))

;;; custom-load.el ends here