Skip to content

akirak/mozc-posframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posframe Frontend for Mozc.el

https://raw.githubusercontent.com/akirak/mozc-posframe/screencast/mozc-cand-posframe.gif

https://github.com/akirak/mozc-posframe/workflows/lint/badge.svg?branch=master

This package provides posframe interface for mozc.el, an Emacs input method for Japanese.

Installation

  1. Install mozc package.
  2. 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))

Thanks

  • Masahiro Nakamura (@tsuu32) (#4)

License

GPL v3