summaryrefslogtreecommitdiffstats
path: root/misc/fcitx5-mozc/README.emacs
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fcitx5-mozc/README.emacs')
-rw-r--r--misc/fcitx5-mozc/README.emacs5
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 0000000000..95e994333c
--- /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)