Fix fold icon.

This commit is contained in:
Vincent Zhang 2018-11-25 03:33:24 +08:00
parent 9754dbe996
commit 1ddf68939e

View file

@ -723,7 +723,6 @@ buffer where knowing the current project directory is important."
((buffer-narrowed-p)
(concat (doom-modeline-icon-octicon
"fold"
:display '(raise 0)
:face (if active 'doom-modeline-warning)
:v-adjust -0.05)
" "))))))