Add one exra space to avoid the segment-cut issue.

See #241, #242.
This commit is contained in:
Vincent Zhang 2019-11-10 03:52:17 +08:00
parent 083286f2cf
commit c73428b414

View file

@ -1020,7 +1020,10 @@ mouse-1: List all problems%s"
(doom-modeline-vspc)
(if active
text
(propertize text 'face 'mode-line-inactive))))))
(propertize text 'face 'mode-line-inactive))))
;; FIXME: Add one exra space to avoid the segment-cut issue
(doom-modeline-spc)))
"")))