From f96bca23230868e4eeee513d5780c68c40d83c7b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 3 Sep 2021 05:19:50 -0400 Subject: [PATCH] Fix formatting issue with visual-fill-column-mode --- mood-line.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood-line.el b/mood-line.el index 8af7b72..9d93050 100644 --- a/mood-line.el +++ b/mood-line.el @@ -158,7 +158,7 @@ (concat left " " (propertize " " - 'display `((space :align-to (- right ,reserve)))) + 'display `((space :align-to (- right (- 0 right-margin) ,reserve)))) right))) ;;