Update rime config
This commit is contained in:
parent
8e0826a81f
commit
884a43415d
2 changed files with 2 additions and 2 deletions
|
@ -443,7 +443,7 @@
|
||||||
(default-input-method "rime")
|
(default-input-method "rime")
|
||||||
:config
|
:config
|
||||||
(define-key rime-mode-map (kbd "C-i") 'rime-force-enable)
|
(define-key rime-mode-map (kbd "C-i") 'rime-force-enable)
|
||||||
(setq rime-show-candidate 'popup)
|
(setq rime-show-candidate 'posframe)
|
||||||
(setq rime-disable-predicates
|
(setq rime-disable-predicates
|
||||||
'(rime-predicate-evil-mode-p
|
'(rime-predicate-evil-mode-p
|
||||||
rime-predicate-after-alphabet-char-p
|
rime-predicate-after-alphabet-char-p
|
||||||
|
|
|
@ -600,7 +600,7 @@
|
||||||
(default-input-method "rime")
|
(default-input-method "rime")
|
||||||
:config
|
:config
|
||||||
(define-key rime-mode-map (kbd "C-i") 'rime-force-enable)
|
(define-key rime-mode-map (kbd "C-i") 'rime-force-enable)
|
||||||
(setq rime-show-candidate 'popup)
|
(setq rime-show-candidate 'posframe)
|
||||||
(setq rime-disable-predicates
|
(setq rime-disable-predicates
|
||||||
'(rime-predicate-evil-mode-p
|
'(rime-predicate-evil-mode-p
|
||||||
rime-predicate-after-alphabet-char-p
|
rime-predicate-after-alphabet-char-p
|
||||||
|
|
Loading…
Reference in a new issue