summarylogtreecommitdiffstats
path: root/emacs-mozc.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-mozc.install')
-rw-r--r--emacs-mozc.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/emacs-mozc.install b/emacs-mozc.install
deleted file mode 100644
index e8fd36581333..000000000000
--- a/emacs-mozc.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}
-