- ;;
- ;; tamago-tsunagi-init.el
- ;;
- ;; for Vine Linux with emacsen-common
- (defcustom vine-default-tamago-tsunagi t
- "A boolean for vine-default-tamago-tsunagi"
- :type 'boolean)
- (add-hook 'vine-default-setup-hook
- (lambda()
- (if vine-default-tamago-tsunagi
- (require 'vine-default-tamago-tsunagi))))
- ;;; end of file
|