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

Revision 1697, 317 bytes checked in by iwaim, 14 years ago (diff)

skk 11.6.0-2: add files

Line 
1;;
2;; skk-init.el
3;;
4;;      for Vine Linux with emacsen-common
5;;      Munehiro Yamamoto <munepi@cg8.so-net.ne.jp>
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            (if vine-default-skk
14                (require 'vine-default-skk))))
15
16;;; end of file
Note: See TracBrowser for help on using the repository browser.