mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1f492884d0
Pointed out by: pointyhat
8 lines
226 B
Plaintext
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)
|