freebsd-ports/japanese/mozc-el/pkg-message
Daichi GOTO 1f492884d0 Forgotten to add pkg-message file
Pointed out by: pointyhat
2012-01-01 00:35:25 +00:00

7 lines
226 B
Text

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)