92c741d8b9
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. This package includes Emacs LISP and helper program to use mozc on emacs. This package is based on PR pkg/47573.
11 lines
432 B
Text
11 lines
432 B
Text
===========================================================================
|
|
$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")
|
|
|
|
===========================================================================
|