summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 293abc7..bdd2270 100644
--- a/init.el
+++ b/init.el
@@ -312,6 +312,8 @@ no effect."
;;; Input method configuration
+(define-key global-map (vector 3 ?i) #'toggle-input-method)
+
(load-after-function toggle-input-method "input-conf.el"
"Load my configurations of input methods." nil)