contrib/gadict.el
changeset 1236 866c6174d2de
parent 1182 0ef4b4264a1a
child 1238 310253d08e04
--- 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 ()