.emacs-my
changeset 1317 0097c1ddafef
parent 1316 da311a1522a0
child 1321 55fcbcca8049
--- a/.emacs-my	Thu Dec 10 21:58:03 2015 +0200
+++ b/.emacs-my	Fri Dec 11 18:54:46 2015 +0200
@@ -815,7 +815,9 @@
        ((eq arg 3)
         (activate-input-method my-ukranian-input-method))
        ((eq arg 4)
-        (activate-input-method my-ipa-input-method)) )
+        (activate-input-method my-ipa-input-method))
+       ((eq arg 5)
+        (activate-input-method 'TeX)) )
     (toggle-input-method arg)) )
 
 (global-set-key (kbd "C-\\") 'my-toggle-input-method)