[mozc] add a missing file

Akira TAGOH tagoh at fedoraproject.org
Mon Sep 27 10:37:29 UTC 2010


commit 7f34e58915f749fd5b8aebff1e73f8bfa022647c
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon Sep 27 19:37:27 2010 +0900

    add a missing file

 mozc-init.el |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/mozc-init.el b/mozc-init.el
new file mode 100644
index 0000000..3ff4e5b
--- /dev/null
+++ b/mozc-init.el
@@ -0,0 +1,7 @@
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mozc")
+(setq mozc-helper-program-name "/usr/bin/mozc_emacs_helper")
+
+(require 'mozc)
+;; To make this input method default -
+; (set-language-environment "Japanese")
+; (setq default-input-method "japanese-mozc")


More information about the scm-commits mailing list