Update mozc stuff

This commit is contained in:
2026-09-03 08:10:14 -07:00
parent 05061db8d0
commit 2e14fda568
2 changed files with 16 additions and 2 deletions
+3 -1
View File
@@ -47,7 +47,9 @@ CANDIDATES is the list of candidates."
pos (1+ pos)
'display `(space :align-to (,(- width right-width))))))
(posframe-show (current-buffer)
:position position))))
:position position
:border-width 1
:border-color (face-attribute 'default :foreground)))))
(add-to-list 'mozc-candidate-dispatch-table
'(posframe (clean-up . my/-mozc-cand-posframe-clean-up)