Switch from any national input methods to English when entering new article.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 13 Sep 2020 01:06:50 +0300
changeset 1236 866c6174d2de
parent 1235 59461ca3b1a0
child 1237 14b40e4e88ef
Switch from any national input methods to English when entering new article.
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 ()