From c805bfcd61a060891ccb04f85798225b1bf14418 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Fri, 10 Mar 2023 14:45:50 -0800 Subject: [PATCH] * eldoc-box.el (eldoc-box--replace-en-space): Hide newline at eol. --- eldoc-box.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eldoc-box.el b/eldoc-box.el index 4af8a77..7aa154d 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -666,7 +666,8 @@ childframe." (defun eldoc-box--replace-en-space () "Display the en spaces in documentation as regular spaces." - (face-remap-set-base 'nobreak-space '(:inherit default))) + (face-remap-set-base 'nobreak-space '(:inherit default)) + (face-remap-set-base 'markdown-line-break-face '(:inherit default))) (defun eldoc-box--condense-large-newline-gaps () "Condense exceedingly large gaps made of consecutive newlines.