mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|