2013-09-26 17:14:40 +02:00

12 lines
432 B
Plaintext

===========================================================================
$NetBSD: MESSAGE,v 1.1 2013/03/13 15:07:38 ryoon Exp $
To activate mozc on emacs, you will need to add the following lines to
your .emacs or ${EMACS_LISPPREFIX}/site-start.el:
(set-language-environment "Japanese")
(require 'mozc)
(setq default-input-method "japanese-mozc")
===========================================================================