mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
modeline: tweak modified icon v-adjust
This commit is contained in:
@ -274,7 +274,7 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||||||
(concat (all-the-icons-faicon
|
(concat (all-the-icons-faicon
|
||||||
"floppy-o"
|
"floppy-o"
|
||||||
:face 'doom-modeline-buffer-modified
|
:face 'doom-modeline-buffer-modified
|
||||||
:v-adjust -0.1)
|
:v-adjust -0.0575)
|
||||||
" "))
|
" "))
|
||||||
((and buffer-file-name
|
((and buffer-file-name
|
||||||
(not (file-exists-p buffer-file-name)))
|
(not (file-exists-p buffer-file-name)))
|
||||||
|
Reference in New Issue
Block a user