diff options
| author | Simon Nicolussi <sinic@sinic.name> | 2022-08-16 20:18:31 +0200 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-08-16 22:39:37 +0100 |
| commit | b47cb64ceb6d10ecc4a132dce8e3ac0465e1b637 (patch) | |
| tree | e8a03a924e50c2a298c298a1904d2a6dfcca4727 /evil-core.el | |
| parent | 71332209386e431ae13442f20468b2edb59f727b (diff) | |
Keep using the old input method in evil-local-mode
Diffstat (limited to 'evil-core.el')
| -rw-r--r-- | evil-core.el | 1 |
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 |
