Config: optimize dired and theme, add workspace config

This commit is contained in:
User
2026-04-06 23:49:09 +08:00
parent 4ba92e459f
commit 0139328623
9 changed files with 90 additions and 29 deletions

View File

@@ -80,6 +80,17 @@
"di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46")
(setenv "GIT_CONFIG_GLOBAL" (expand-file-name "~/.emacs.d/.gitconfig-eshell"))))
(use-package indent-bars
:custom
(indent-bars-color '(font-lock-comment-face :face-bg nil :blend 0.4))
(indent-bars-highlight-current-depth '(:face default :blend 0.4))
(indent-bars-pattern ".")
(indent-bars-width-frac 0.1)
(indent-bars-pad-frac 0.1)
(indent-bars-color-by-depth nil)
(indent-bars-no-descend-string t)
(indent-bars-prefer-character t))
;; 高亮当前行
(global-hl-line-mode t)