emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim 81fc9da 5/5: Add :code-prefix-history to rime sche


From: ELPA Syncer
Subject: [elpa] externals/pyim 81fc9da 5/5: Add :code-prefix-history to rime scheme.
Date: Tue, 4 May 2021 07:57:15 -0400 (EDT)

branch: externals/pyim
commit 81fc9da56f63b1bdcc31cf053a6cb5b47f556846
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Add :code-prefix-history to rime scheme.
    
    * pyim-liberime.el (rime, rime-quanpin)
    (rime-microsoft-shuangpin): Add :code-prefix-history
---
 pyim-liberime.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyim-liberime.el b/pyim-liberime.el
index 10d128a..b6a2123 100644
--- a/pyim-liberime.el
+++ b/pyim-liberime.el
@@ -55,6 +55,7 @@
 持 trigger, 所以类似 pyim 全拼支持的v快捷键将无法使用。"
    :class rime
    :code-prefix "rime/"
+   :code-prefix-history ("&")
    :first-chars "abcdefghijklmnopqrstuvwxyz"
    :rest-chars "abcdefghijklmnopqrstuvwxyz'-a"
    :prefer-triggers nil))
@@ -68,6 +69,7 @@
 也就是 v 快捷键,使用 rime 全拼的朋友建议使用这个 scheme。"
    :class rime
    :code-prefix "rime/"
+   :code-prefix-history ("&")
    :first-chars "abcdefghjklmnopqrstwxyz"
    :rest-chars "vmpfwckzyjqdltxuognbhsrei'-a"
    :prefer-triggers ("v")))
@@ -77,6 +79,7 @@
    :document "rime 微软双拼输入法。"
    :class rime
    :code-prefix "rime/"
+   :code-prefix-history ("&")
    :first-chars "abcdefghijklmnopqrstuvwxyz"
    :rest-chars "abcdefghijklmnopqrstuvwxyz;"
    :prefer-triggers nil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]