chore(config): Add some config for android device

This commit is contained in:
2026-05-18 23:03:31 +08:00
parent e2a352709c
commit ff77b5cafe
7 changed files with 76 additions and 43 deletions

View File

@@ -297,6 +297,10 @@
"C-x r b" 'consult-bookmark
"C-;" 'embark-act)
(when *is-android*
(general-def
"C-M-w" 'popper-toggle-type-delete-other-window))
;; expand region
(setq expand-region-reset-fast-key "r")
(setq expand-region-contract-fast-key "c")