source: projects/specs/trunk/a/auctex/auctex-init.el @ 2750

Revision 2750, 439 bytes checked in by munepi, 13 years ago (diff)

updated emacs, emacs24, wl, yatex, auctex, IIIMECF; added wl-beta; supported new vine-default

Line 
1;;
2;; auctex-init.el
3;;
4;;      for Vine Linux with emacsen-common
5;;      Munehiro Yamamoto <munepi@vinelinux.org>
6
7(defcustom vine-default-auctex t
8  "A boolean for vine-default-auctex"
9  :type 'boolean)
10
11(add-hook 'vine-default-setup-hook
12          (lambda()
13            (when vine-default-auctex
14              (message "Loading vine-default-auctex ...")
15              (drop-vine-default-from-load-path "/yatex$")
16              (require 'vine-default-auctex))))
17
18;;; end of file
Note: See TracBrowser for help on using the repository browser.