We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7133220 commit b47cb64Copy full SHA for b47cb64
evil-core.el
@@ -132,6 +132,7 @@
132
(when (minibufferp)
133
(setq-local evil-default-state 'insert)
134
(setq-local evil-echo-state nil))
135
+ (setq evil-input-method current-input-method)
136
;; The initial state is usually setup by `evil-initialize' when
137
;; the major-mode in a buffer changes. This preliminary
138
;; initialization is only for the case when `evil-local-mode' is
0 commit comments