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

@@ -51,9 +51,9 @@
(global-auto-revert-mode 1)
;; 开启recent file mode
(when (display-graphic-p)
(when (or (display-graphic-p) *is-android*)
(recentf-mode)
(setq recentf-max-saved-items 30)) ;; 最大保存数量
(setq recentf-max-saved-items 30))
;; 启用select delete
(delete-selection-mode)