source: projects/specs/trunk/s/skk/skk-init.el @ 6413

Revision 6413, 369 bytes checked in by munepi, 12 years ago (diff)

new upstream release

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