freebsd-ports/japanese/mozc-el/pkg-message

12 lines
253 B
Text

[
{ 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
}
]