[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pyim aa054e5: * pyim.el (pyim-start): setq pyim-assista
From: |
ELPA Syncer |
Subject: |
[elpa] externals/pyim aa054e5: * pyim.el (pyim-start): setq pyim-assistant-scheme-enable to nil. |
Date: |
Tue, 27 Apr 2021 00:57:09 -0400 (EDT) |
branch: externals/pyim
commit aa054e5ac3ce1309af2f6d29136eca367fe48095
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>
* pyim.el (pyim-start): setq pyim-assistant-scheme-enable to nil.
---
pyim.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pyim.el b/pyim.el
index 22c5415..3dd387b 100644
--- a/pyim.el
+++ b/pyim.el
@@ -321,6 +321,9 @@ pyim 使用函数 `pyim-start' 启动输入法的时候,会将变量
(pyim-pymap-cache-create)
(pyim-dcache-update restart)
+ ;; 启动或者重启的时候,退出辅助输入法。
+ (setq pyim-assistant-scheme-enable nil)
+
(run-hooks 'pyim-load-hook)
;; Make sure personal or other dcache are saved to file before kill emacs.
(add-hook 'kill-emacs-hook #'pyim-dcache-save-caches)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/pyim aa054e5: * pyim.el (pyim-start): setq pyim-assistant-scheme-enable to nil.,
ELPA Syncer <=