mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
21 lines
439 B
Plaintext
21 lines
439 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|