Fix: doom-modeline-vspc.

This commit is contained in:
Vincent Zhang 2018-06-19 18:38:56 +08:00
parent 57fa2b22bb
commit 03658c4f28

View file

@ -635,8 +635,8 @@ directory, the file name, and its state (modified, read-only or non-existent)."
;; ;;
(defvar doom-modeline-vspc (defvar doom-modeline-vspc
"Text style with icons in mode-line." (propertize " " 'face 'variable-pitch)
(propertize " " 'face 'variable-pitch)) "Text style with icons in mode-line.")
(defun doom-modeline-icon (icon &optional text face voffset) (defun doom-modeline-icon (icon &optional text face voffset)
"Displays an ICON with FACE, followed by TEXT. "Displays an ICON with FACE, followed by TEXT.