Skip to content

Commit b47cb64

Browse files
sinictomdl89
authored andcommitted
Keep using the old input method in evil-local-mode
1 parent 7133220 commit b47cb64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

evil-core.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
(when (minibufferp)
133133
(setq-local evil-default-state 'insert)
134134
(setq-local evil-echo-state nil))
135+
(setq evil-input-method current-input-method)
135136
;; The initial state is usually setup by `evil-initialize' when
136137
;; the major-mode in a buffer changes. This preliminary
137138
;; initialization is only for the case when `evil-local-mode' is

0 commit comments

Comments
 (0)