summaryrefslogblamecommitdiffstats
path: root/misc/fcitx5-mozc/README.emacs
blob: 95e994333c6c9d8a8e98f85cdd5fa0503f2a85e2 (plain) (tree)
1
2
3
4
5




                                                               
# 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)