1f492884d0
Pointed out by: pointyhat
7 lines
226 B
Text
7 lines
226 B
Text
To activate mozc, you will need to add the following lines to
|
|
your ~/.emacs:
|
|
|
|
(require 'mozc)
|
|
(set-language-environment "Japanese")
|
|
(setq default-input-method "japanese-mozc")
|
|
(global-set-key (kbd "C-o") 'toggle-input-method)
|