source: projects/specs/trunk/t/tamago-tsunagi/tamago-tsunagi-init.el @ 9542

Revision 9542, 324 bytes checked in by iwaim, 9 years ago (diff)

tamago-tsunagi 5.0.7.1-1

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