mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Improve: remove the spaces in the end.
This commit is contained in:
parent
9460d50465
commit
2be5f28184
1 changed files with 1 additions and 2 deletions
|
@ -992,8 +992,7 @@ Uses `all-the-icons-material' to fetch the icon."
|
|||
(concat
|
||||
(doom-modeline-icon-material icon :face face :height 0.95 :v-adjust (or voffset -0.2))
|
||||
(if text doom-modeline-vspc)))
|
||||
(if text (propertize text 'face face))
|
||||
" "))
|
||||
(if text (propertize text 'face face))))
|
||||
|
||||
(defvar-local doom-modeline--flycheck nil)
|
||||
(defun doom-modeline-update-flycheck-segment (&optional status)
|
||||
|
|
Loading…
Reference in a new issue