aboutsummaryrefslogtreecommitdiff
path: root/evil-core.el
diff options
context:
space:
mode:
authorSimon Nicolussi <sinic@sinic.name>2022-08-16 20:18:31 +0200
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-08-16 22:39:37 +0100
commitb47cb64ceb6d10ecc4a132dce8e3ac0465e1b637 (patch)
treee8a03a924e50c2a298c298a1904d2a6dfcca4727 /evil-core.el
parent71332209386e431ae13442f20468b2edb59f727b (diff)
Keep using the old input method in evil-local-mode
Diffstat (limited to 'evil-core.el')
-rw-r--r--evil-core.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-core.el b/evil-core.el
index cf75497..d2ab7f3 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