blob: 0f7281b2231f9ab860a0c92f2799cf86fd5014bc (
plain) (
blame)
1
2
3
4
5
6
7
|
To activate mozc, you will need to add the following lines to
your ~/.emacs:
(set-language-environment "Japanese")
(setq default-input-method "japanese-mozc")
(global-set-key (kbd "C-o") 'toggle-input-method)
|