c30f09e040
Fixes #7343
7 lines
250 B
Text
7 lines
250 B
Text
To enable Mozc mode, add this to your ~/.emacs.d/init.el file:
|
|
|
|
(set-language-environment "Japanese")
|
|
(require 'mozc) ; or (load-file "/path/to/mozc.el")
|
|
(setq default-input-method "japanese-mozc")
|
|
|
|
C-\ is bound to `toggle-input-method' by default.
|