README.emacs 199 B

123456
  1. # for emacs, create {HOME}/.emacs.d/init.el with followng lines
  2. (require 'mozc) ; or (load-file "/path/to/mozc.el")
  3. (setq default-input-method "japanese-mozc")
  4. (setq mozc-candidate-style 'overlay)