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

@@ -331,8 +331,10 @@ targets."
;; god-mode模态编辑
(use-package god-mode
:init
(if *is-android* (god-mode-all))
:config
(which-key-enable-god-mode-support)
(unless *is-android* (which-key-enable-god-mode-support))
(setq god-mode-enable-function-key-translation nil)
(defun my-sync-line-numbers-with-god-mode ()