updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / mozc-ut / emacs-mozc.install
blob955263503aaf677b720c9aaa6f9588d54c02d7d6
1 post_install() {
2   cat << EOF
3 ==> Add the followings into your \$HOME/.emacs file to enable mozc-mode.
5    (set-language-environment "Japanese")
6    (require 'mozc)  ; or (load-file "/path/to/mozc.el")
7    (setq default-input-method "japanese-mozc")
9 ==> Having the above settings, just type C-\\ which is bound to
10 ==> \`toggle-input-method' by default.
12 EOF