e6eabf32d0
This is forked version from the original one bundled with migemo.
18 lines
550 B
Text
18 lines
550 B
Text
===========================================================================
|
|
|
|
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)
|
|
|
|
===========================================================================
|