# HG changeset patch # User Oleksandr Gavenko # Date 1522418567 -10800 # Node ID 760837fd2f5ecc7a747059394fc846302ac75c06 # Parent da98a7d4c7047ca3d5356d0673de09ce1600b2e5 Added switch to rfc1345 input method. diff -r da98a7d4c704 -r 760837fd2f5e .emacs-my --- a/.emacs-my Sun Jan 28 16:34:44 2018 +0200 +++ b/.emacs-my Fri Mar 30 17:02:47 2018 +0300 @@ -959,7 +959,9 @@ ((eq arg 5) (activate-input-method 'ipa-x-sampa)) ((eq arg 6) - (activate-input-method 'TeX)) ) + (activate-input-method 'TeX)) + ((eq arg 7) + (activate-input-method 'rfc1345)) ) (toggle-input-method arg)) ) (global-set-key (kbd "C-\\") 'my-toggle-input-method)