mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Fix fold icon.
This commit is contained in:
parent
9754dbe996
commit
1ddf68939e
1 changed files with 0 additions and 1 deletions
|
@ -723,7 +723,6 @@ buffer where knowing the current project directory is important."
|
||||||
((buffer-narrowed-p)
|
((buffer-narrowed-p)
|
||||||
(concat (doom-modeline-icon-octicon
|
(concat (doom-modeline-icon-octicon
|
||||||
"fold"
|
"fold"
|
||||||
:display '(raise 0)
|
|
||||||
:face (if active 'doom-modeline-warning)
|
:face (if active 'doom-modeline-warning)
|
||||||
:v-adjust -0.05)
|
:v-adjust -0.05)
|
||||||
" "))))))
|
" "))))))
|
||||||
|
|
Loading…
Reference in a new issue