Config: add TUI support: split GUI/terminal config, add init-terminal-{package,ui,kbd}
This commit is contained in:
@@ -47,8 +47,9 @@
|
||||
(global-auto-revert-mode 1)
|
||||
|
||||
;; 开启recent file mode
|
||||
(recentf-mode)
|
||||
(setq recentf-max-saved-items 30) ;; 最大保存数量
|
||||
(when (display-graphic-p)
|
||||
(recentf-mode)
|
||||
(setq recentf-max-saved-items 30)) ;; 最大保存数量
|
||||
|
||||
;; 启用select delete
|
||||
(delete-selection-mode)
|
||||
|
||||
Reference in New Issue
Block a user