1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
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

8 lines
226 B
Plaintext

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)