branch: externals/pyim
commit c80e6eeb457ccef6d4f33036759974d9637d6faf
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * pyim-scheme.el (cangjie): Move to pyim-cangjie5dict package.
---
 pyim-scheme.el | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pyim-scheme.el b/pyim-scheme.el
index 84a321f..f177d46 100644
--- a/pyim-scheme.el
+++ b/pyim-scheme.el
@@ -102,17 +102,6 @@
    :prefer-triggers ("v")))
 
 (pyim-scheme-add
- '(cangjie
-   :document "倉頡输入法。"
-   :class xingma
-   :first-chars "abcdefghijklmnopqrstuvwxyz"
-   :rest-chars "abcdefghijklmnopqrstuvwxyz"
-   :code-prefix "@" ;仓颉输入法词库中所有的 code 都以 "@" 开头,防止词库冲突。
-   :code-split-length 5 ;默认将用户输入切成 5 个字符长的 code 列表(不计算 code-prefix)
-   :code-maximum-length 5 ;仓颉词库中,code 的最大长度(不计算 code-prefix)
-   :prefer-triggers nil))
-
-(pyim-scheme-add
  '(pyim-shuangpin
    :document "与 pyim 配合良好的双拼输入法方案,源自小鹤双拼方案。"
    :class shuangpin

Reply via email to