Skip to content

Commit

Permalink
Revert "Improve: remove the spaces in the end."
Browse files Browse the repository at this point in the history
This reverts commit 2be5f28.
  • Loading branch information
seagle0128 committed Dec 12, 2018
1 parent 2be5f28 commit b7bc345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doom-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,8 @@ 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)
Expand Down

0 comments on commit b7bc345

Please sign in to comment.