From 51c828df5b15663f494f9bd34525235408169c82 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 1 Jun 2026 01:54:34 +0800 Subject: init: add global binding for toggle-input-method * init.el (global-map): This function has the responsibility to load my custom input-method-toggle-function, so it should be bound to my preferred key. --- init.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3-18-g5258