source: projects/specs/trunk/I/IIIMECF/IIIMECF-init.el @ 2750

Revision 2750, 393 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;; IIIMECF-init.el
3;;
4;;      for Vine Linux with emacsen-common
5;;      Munehiro Yamamoto <munepi@vinelinux.org>
6
7(defcustom vine-default-IIIMECF t
8  "A boolean for vine-default-IIIMECF"
9  :type 'boolean)
10
11(add-hook 'vine-default-setup-hook
12          (lambda()
13            (when vine-default-IIIMECF
14              (message "Loading vine-default-IIIMECF ...")
15              (require 'vine-default-IIIMECF))))
16
17;;; end of file
Note: See TracBrowser for help on using the repository browser.