aboutsummaryrefslogtreecommitdiff
path: root/japanese/migemo.el/pkg-message
blob: de24eabd2914dd92f94f2c3c5653e4f896bf70e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{ type: install
  message: <<EOM
To use migemo.el, please set the following elisp to your own
~/.emacs.d/init.el file.

(require 'migemo)
(setq migemo-command "cmigemo")
(setq migemo-options '("-q" "--emacs"))

(setq migemo-dictionary "/usr/local/share/cmigemo/utf-8/migemo-dict")

(setq migemo-user-dictionary nil)
(setq migemo-regex-dictionary nil)
(setq migemo-coding-system 'utf-8-unix)
(load-library "migemo")
(migemo-init)
EOM
}
]