source: projects/specs/trunk/t/tc-el/vine-default-tc-el.el @ 1694

Revision 1694, 717 bytes checked in by iwaim, 14 years ago (diff)

tc-el 2.3.1-2

Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;  -*- coding: utf-8-unix -*-
3;;  FSF Emacs 23 用 Vine Linux tc-el 設定
4;;    IWAI, Masaharu <iwai@alib.jp>
5;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8;; tc-el の設定
9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
11(if (or (equal emacs-ime "tc2")
12        (equal emacs-ime "tc-el"))
13     (progn
14       (setq tcode-use-as-default-input-method t)
15       (require 'tc-setup)
16       ))
17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18(provide 'vine-default-tc-el)
19
20;; Local Variables:
21;; mode: emacs-lisp
22;; End:
Note: See TracBrowser for help on using the repository browser.