aboutsummaryrefslogtreecommitdiff
path: root/editors/boiling-egg/pkg-descr
blob: 8607cf09489dd7a0e5d4ddbe62e24a4d59a01c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Boiling egg is a front-end of Egg (Tamago) V4.
You can convert roma-ji to kana without toggling input method.

Put the expression below into your ~/.emacs.

(autoload 'boiling-rK-trans "boiling-egg" "romaji-kanji conversion" t)
(autoload 'boiling-rhkR-trans "boiling-egg" "romaji-kana conversion" t)
(global-set-key "\C-o" 'boiling-rK-trans)
(global-set-key "\eo" 'boiling-rhkR-trans)

WWW: http://www.gcd.org/sengoku/boiling-egg/