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

@@ -28,6 +28,9 @@
;; 开启水平滚动
(put 'scroll-left 'disabled nil)
;; 行号
(global-display-line-numbers-mode t)
;; 关闭lock文件
(setq create-lockfiles nil)