branch: externals/marginalia
commit 42977b4a7e552ff98c153285d84c7bd7f41d77d3
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
add comment
---
marginalia.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/marginalia.el b/marginalia.el
index 660dcc3..3d8fb5b 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -267,6 +267,8 @@ determine it."
(propertize
" "
'display
+ ;; See https://github.com/minad/marginalia/issues/42 for the
discussion
+ ;; regarding the alignment expression.
`(space :align-to (- right ,(if (eq right-fringe-width 0) 1 0)
,(length str))))
str)))