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

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

[elpa] externals/pyim 3f8761b752 4/8: Sort pyim.el


From: ELPA Syncer
Subject: [elpa] externals/pyim 3f8761b752 4/8: Sort pyim.el
Date: Sat, 28 May 2022 18:57:48 -0400 (EDT)

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

    Sort pyim.el
---
 pyim.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pyim.el b/pyim.el
index 82d642f288..a5fb5b0ca7 100644
--- a/pyim.el
+++ b/pyim.el
@@ -838,6 +838,12 @@ FILE 的格式与 `pyim-dcache-export' 生成的文件格式相同,
           (message "PYIM: 没有找到 %S 对应的编码。" string)))
       (deactivate-mark))))
 
+;; ** pyim 探针
+(require 'pyim-probe)
+
+;; ** pyim 云输入法
+(require 'pyim-cloudim)
+
 ;; ** pyim 中文字符串工具
 (require 'pyim-cstring-utils)
 (defalias 'pyim-forward-word 'pyim-cstring-forward-word)
@@ -851,12 +857,6 @@ FILE 的格式与 `pyim-dcache-export' 生成的文件格式相同,
 ;; ** pyim 中文 regexp 工具
 (require 'pyim-cregexp-utils)
 
-;; ** pyim 探针
-(require 'pyim-probe)
-
-;; ** pyim 云输入法
-(require 'pyim-cloudim)
-
 ;; * Footer
 (provide 'pyim)
 



reply via email to

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