diff options
Diffstat (limited to 'misc/fcitx5-mozc/README.emacs')
-rw-r--r-- | misc/fcitx5-mozc/README.emacs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/fcitx5-mozc/README.emacs b/misc/fcitx5-mozc/README.emacs new file mode 100644 index 000000000000..95e994333c6c --- /dev/null +++ b/misc/fcitx5-mozc/README.emacs @@ -0,0 +1,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) |