diff -r 59461ca3b1a0 -r 866c6174d2de contrib/gadict.el --- a/contrib/gadict.el Sat Sep 12 16:58:07 2020 +0300 +++ b/contrib/gadict.el Sun Sep 13 01:06:50 2020 +0300 @@ -335,6 +335,7 @@ (interactive (list (read-string "Headword: "))) (unless (gadict-search-floor headword) (gadict-insert-template headword)) + (activate-input-method nil) (recenter)) (defun gadict--find-headword-end ()