author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 11 Dec 2015 18:54:46 +0200 | |
changeset 1317 | 0097c1ddafef |
parent 1316 | da311a1522a0 |
child 1318 | a37d43074061 |
--- 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)