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 (23 lines) | stat: -rw-r--r-- 797 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
;;; custom-load.el --- automatically extracted custom dependencies


;;; Code:

(custom-add-loads 'tex '("tex"))
(custom-add-loads 'LaTeX-label '("latex"))
(custom-add-loads 'LaTeX-environment '("latex"))
(custom-add-loads 'LaTeX-macro '("latex"))
(custom-add-loads 'TeX-output '("tex-buf" "tex"))
(custom-add-loads 'LaTeX-math '("latex"))
(custom-add-loads 'TeX-parse '("tex"))
(custom-add-loads 'AUC-TeX '("tex"))
(custom-add-loads 'TeX-command '("tex"))
(custom-add-loads 'TeX-command-name '("tex"))
(custom-add-loads 'TeX-commands '("tex-buf"))
(custom-add-loads 'TeX-indentation '("latex"))
(custom-add-loads 'TeX-macro '("latex"))
(custom-add-loads 'LaTeX-indentation '("latex"))
(custom-add-loads 'LaTeX '("latex" "tex"))
(custom-add-loads 'TeX-file '("tex"))

;;; custom-load.el ends here