summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-elisp/MESSAGE
blob: 55906fb64a9846b325a79088b2fbe24a66ba1f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
===========================================================================
$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")

===========================================================================