author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 13 Sep 2020 01:06:50 +0300 | |
changeset 1236 | 866c6174d2de |
parent 1235 | 59461ca3b1a0 |
child 1237 | 14b40e4e88ef |
contrib/gadict.el | file | annotate | diff | comparison | revisions |
--- 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 ()