summarylogtreecommitdiffstats
path: root/emacs-mozc.install
diff options
context:
space:
mode:
authorMasato Hashimoto2015-06-20 20:07:46 +0900
committerMasato Hashimoto2015-06-20 20:07:46 +0900
commit53b70a1e3cadd23607dd25ee69109a3703ad7180 (patch)
treea01937af20e31d84cc2f22c790ec5a805a9a0d5c /emacs-mozc.install
downloadaur-53b70a1e3cadd23607dd25ee69109a3703ad7180.tar.gz
Initial import
Diffstat (limited to 'emacs-mozc.install')
-rw-r--r--emacs-mozc.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs-mozc.install b/emacs-mozc.install
new file mode 100644
index 000000000000..e8fd36581333
--- /dev/null
+++ b/emacs-mozc.install
@@ -0,0 +1,14 @@
+post_install() {
+ cat << EOF
+==> Add the followings into your \$HOME/.emacs.d/init.el file to enable mozc-mode.
+
+ (set-language-environment "Japanese")
+ (require 'mozc) ; or (load-file "/path/to/mozc.el")
+ (setq default-input-method "japanese-mozc")
+
+==> Having the above settings, just type C-\\ which is bound to
+==> \`toggle-input-method' by default.
+
+EOF
+}
+