Added switch to rfc1345 input method.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 30 Mar 2018 17:02:47 +0300
changeset 1553 760837fd2f5e
parent 1552 da98a7d4c704
child 1554 42a48016fc5a
Added switch to rfc1345 input method.
.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)