summarylogtreecommitdiffstats
path: root/emacs-mozc.install
diff options
context:
space:
mode:
authorNaoya Inada2020-11-04 10:43:18 +0900
committerNaoya Inada2020-11-04 11:00:04 +0900
commite2a60ffd6df7bf02335aeaca0bea6c2c5eb15677 (patch)
tree752147b90fb3104a384b84522b5329d5b619555c /emacs-mozc.install
parent70b54f9045ed97d3a63af592ad8ce1a5ee82ed9a (diff)
downloadaur-e2a60ffd6df7bf02335aeaca0bea6c2c5eb15677.tar.gz
Update to mozc-2.23.2815.102 and mozc-ut-20200924
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
-}
-