# HG changeset patch # User Oleksandr Gavenko # Date 1449852886 -7200 # Node ID 0097c1ddafefeee5c29bda55511ad1c6ad78adc1 # Parent da311a1522a0a6b1dbe1d055cda7006e5cd59c71 Add quick access to TeX input method. diff -r da311a1522a0 -r 0097c1ddafef .emacs-my --- 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)