summarylogtreecommitdiffstats
path: root/emacs-mozc.install
diff options
context:
space:
mode:
authorNocifer2021-12-26 12:40:27 +0200
committerNocifer2021-12-26 12:40:27 +0200
commit6104ca7bb34eeedb426dc458992f7d84ddd5308c (patch)
tree77150778ba26ce876c2bcd45d95f315cc08a7bbb /emacs-mozc.install
parenta649068e62de59ca45298469345ddac8318e9184 (diff)
downloadaur-6104ca7bb34eeedb426dc458992f7d84ddd5308c.tar.gz
v=2.26.4596.102,r=1
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
-}
-