mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Improve: buffer-file-state icon.
This commit is contained in:
parent
997425b9f5
commit
9460d50465
1 changed files with 2 additions and 2 deletions
|
@ -790,8 +790,8 @@ buffer where knowing the current project directory is important."
|
||||||
(concat (doom-modeline-icon-material
|
(concat (doom-modeline-icon-material
|
||||||
"unfold_less"
|
"unfold_less"
|
||||||
:face (if active 'doom-modeline-warning)
|
:face (if active 'doom-modeline-warning)
|
||||||
:height 1.1
|
:height 1.2
|
||||||
:v-adjust -0.2)
|
:v-adjust -0.25)
|
||||||
doom-modeline-vspc))))))
|
doom-modeline-vspc))))))
|
||||||
(add-hook 'find-file-hook 'doom-modeline-update-buffer-file-state-icon)
|
(add-hook 'find-file-hook 'doom-modeline-update-buffer-file-state-icon)
|
||||||
(add-hook 'after-save-hook 'doom-modeline-update-buffer-file-state-icon)
|
(add-hook 'after-save-hook 'doom-modeline-update-buffer-file-state-icon)
|
||||||
|
|
Loading…
Reference in a new issue