From 95bcd6496010a6508caae588a2d89356ba7f48df Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 18 Jan 2024 06:29:55 -0500 Subject: [PATCH] Update mood-line-format --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 49fcdd6..6fc9c05 100644 --- a/init.el +++ b/init.el @@ -1413,7 +1413,7 @@ DOCSTRING is an optional form that is discarded upon expansion." (mood-line-format (mood-line-defformat :left - (((mood-line-segment-buffer-status) . " ") + (((or (mood-line-segment-buffer-status) " ") . " ") ((mood-line-segment-buffer-name) . " ") ((mood-line-segment-anzu) . " ") ((mood-line-segment-multiple-cursors) . " ")