aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-el/pkg-message
blob: a83191f74d722bdec43bb925f3a93de163bf372f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
{ type: install
  message: <<EOM
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)
EOM
}
]