Codebase list mozc / 4274490
Update debian/README.Debian Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 From mozc-0.13.499.102-1, mozc-emacs was provided.
1818 If you want to use emacs-mozc, you set to ~/.emacs as follows.
1919
20 (load-file "/usr/share/emacs/site-lisp/emacs-mozc/mozc.el")
21 (set-language-environment "Japanese")
22 (setq default-input-method "japanese-mozc")
23
24 or
25
26 (add-to-list 'load-path "/usr/share/emacs/site-lisp/emacs-mozc")
2027 (require 'mozc)
2128 (set-language-environment "Japanese")
2229 (setq default-input-method "japanese-mozc")