Mozc.el is an Emacs client of Mozc, so you can input Japanese via mozc in your tty, bypassing ibus. WWW: http://code.google.com/p/mozc/ Submitted by: TAKANO, Yuji
10 lines
274 B
Text
10 lines
274 B
Text
Now, mozc.el has been succesfully installed.
|
|
You need to add following lines to ~/.emacs to use mozc in
|
|
your emacs.
|
|
|
|
(require 'mozc)
|
|
(set-language-environment "Japanese")
|
|
(setq default-input-method "japanese-mozc")
|
|
(global-set-key (kbd "C-o") 'toggle-input-method)
|
|
|
|
Thanks!
|