slackbuilds_ponce/misc/fcitx5-mozc/README.emacs
JW(Shinichi Abe) 5360f04319
misc/fcitx5-mozc: Added (Mozc engine for fcitx5).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-03 09:09:21 +07:00

5 lines
199 B
Text

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