Skip to content

derui/mozc-posframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Mozc with posframe

mozc-posframe implements posframe-style for candidates displaying by posframe .

The big inspiration get from mozc-popup . This package is based on that package and big thanks to it.

Set up

This package is not on ELPA/MELPA yet.

;; download mozc-posframe.el and place it at your load-path.
(require 'mozc-posframe)
(mozc-posframe-register)
(setq mozc-candidate-style 'posframe)

;; Or if you enabled straight.el integration for use-package
(use-package mozc-posframe
  :straight (mozc-posframe :type git :host github :repo "derui/mozc-posframe")
  :config
  (mozc-posframe-register))

;; Or if you use leaf.el
(leaf mozc-posframe
  :straight (mozc-posframe :type git :host github :repo "derui/mozc-posframe")
  :config
  (mozc-posframe-register))

LICENSE

GPLv3

https://www.gnu.org/licenses/gpl-3.0.en.html

About

posframe-based candidate style for mozc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published