diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:54:34 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:54:34 +0800 |
| commit | 51c828df5b15663f494f9bd34525235408169c82 (patch) | |
| tree | ab6dbde6b6fa8782da1d4827b64b323106fb0664 /init.el | |
| parent | 9c39c55c212344171f2bedee70eb16b3c74acc10 (diff) | |
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.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
