chore(config): Add some config for android device
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user