This package provides posframe interface for mozc.el, an Emacs input method for Japanese.
- Install
mozc
package. - Install this package and set
mozc-candidate-style
variable to'posframe
.
(use-package mozc)
(use-package mozc-cand-posframe
:after mozc
:config
(setq mozc-candidate-style 'posframe))
- Masahiro Nakamura (@tsuu32) (#4)
GPL v3