Config: streamline minimal terminal config

This commit is contained in:
User
2026-05-05 18:54:16 +08:00
parent d323b23bee
commit 8ecbd64595
8 changed files with 123 additions and 113 deletions

View File

@@ -16,6 +16,9 @@
(set-language-environment "UTF-8")
(prefer-coding-system 'utf-8)))
;; 主题
(load-theme 'tango-dark)
;; 显示文件大小
(size-indication-mode t)