* eldoc-box.el (eldoc-box--replace-en-space): Hide newline at eol.

This commit is contained in:
Yuan Fu 2023-03-10 14:45:50 -08:00
parent b0935c1d39
commit c805bfcd61
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -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.