aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mozc-el/pkg-message
blob: 28c70fcd2f1af45dcaff18b674446911ac4a9799 (plain) (blame)
1
2
3
4
5
6
7
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)