Skip to content

Commit

Permalink
sis: Prefer C-\ to switch input method
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Nov 12, 2023
1 parent 1e74f0b commit 7fcdc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ typical word processor."

(use-package sis
:demand t
:bind ("<f9>" . sis-switch)
:bind ("C-\\" . sis-switch)
:config
(add-to-list 'sis-prefix-override-keys "M-s")
(add-to-list 'sis-prefix-override-keys "M-g")
Expand Down

0 comments on commit 7fcdc18

Please sign in to comment.