void-packages/srcpkgs/mozc/emacs-mozc.INSTALL.msg
Matthias von Faber c90670d8b9 New package: mozc-2.23.2815.102
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-03-09 17:26:33 -03:00

7 lines
250 B
Text

To enable Mozc mode, add this to your ~/.emacs.d/init.el file:
(set-language-environment "Japanese")
(require 'mozc) ; or (load-file "/path/to/mozc.el")
(setq default-input-method "japanese-mozc")
C-\ is bound to `toggle-input-method' by default.