tamago-4.0.6
[elisp/tamago.git] / egg-dotemacs
1 ;;; Emacs/Egg Configuration
2
3 ;; <Egg>
4
5 (set-language-info "Japanese"    'input-method "japanese-egg-wnn")
6
7 ;;; Try M-x customize-gropu hira
8
9 (set-language-info "Chinese-GB"  'input-method "chinese-gb-egg-wnn-py")
10 (set-language-info "Chinese-CNS" 'input-method "chinese-cns-egg-wnn-py")
11 (set-language-info "Korean"      'input-method "korean-egg-wnn")
12
13 (require 'egg)
14 (require 'its/hira)
15
16 ;; </Egg>