source: projects/specs/trunk/p/python-docutils/rst-el-init.el @ 2640

Revision 2640, 354 bytes checked in by iwaim, 13 years ago (diff)

python-docutils 0.6-3

Line 
1;;
2;; rst-el-init.el
3;;
4;;      for Vine Linux with emacsen-common
5;;      IWAI, Masaharu <iwai@alib.jp>
6
7(defcustom vine-default-rst-el t
8  "A boolean for vine-default-rst-el"
9  :type 'boolean)
10
11(add-hook 'vine-default-setup-hook
12          (lambda()
13            (if vine-default-rst-el
14                (require 'vine-default-rst-el))))
15
16;;; end of file
Note: See TracBrowser for help on using the repository browser.