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

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

[nongnu] elpa/evil b47cb64ceb: Keep using the old input method in evil-l


From: ELPA Syncer
Subject: [nongnu] elpa/evil b47cb64ceb: Keep using the old input method in evil-local-mode
Date: Tue, 16 Aug 2022 17:58:25 -0400 (EDT)

branch: elpa/evil
commit b47cb64ceb6d10ecc4a132dce8e3ac0465e1b637
Author: Simon Nicolussi <sinic@sinic.name>
Commit: Tom Dalziel <33435574+tomdl89@users.noreply.github.com>

    Keep using the old input method in evil-local-mode
---
 evil-core.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-core.el b/evil-core.el
index cf75497db6..d2ab7f30b2 100644
--- a/evil-core.el
+++ b/evil-core.el
@@ -132,6 +132,7 @@
     (when (minibufferp)
       (setq-local evil-default-state 'insert)
       (setq-local evil-echo-state nil))
+    (setq evil-input-method current-input-method)
     ;; The initial state is usually setup by `evil-initialize' when
     ;; the major-mode in a buffer changes. This preliminary
     ;; initialization is only for the case when `evil-local-mode' is



reply via email to

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