Skip to content
Snippets Groups Projects
Commit f048acf5 authored by Liu Miao's avatar Liu Miao
Browse files

disable rime on windows

parent 0b8ca2b7
No related merge requests found
......@@ -37,6 +37,11 @@
;;; Rime
(use-package rime
:ensure t
:if (not *sys/win32*)
:commands (rime-lib-get-input
rime-lib-clear-composition
rime-lib-process-key
rime-lib-get-context)
:config
(setq rime-show-candidate 'posframe
default-input-method "rime"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment