From 03658c4f28b247c3ac74d4684f1f476237ed1607 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 19 Jun 2018 18:38:56 +0800 Subject: [PATCH] Fix: `doom-modeline-vspc`. --- doom-modeline.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index eb4ab51..b961c39 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -635,8 +635,8 @@ directory, the file name, and its state (modified, read-only or non-existent)." ;; (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) "Displays an ICON with FACE, followed by TEXT.