Config: optimize dired and theme, add workspace config
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user