branch: externals/marginalia
commit 26cbaef231c388895655dbe624b8207b7696f832
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    marginalia--symbol-class: Remove space at beginning
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index ef38e72665..7458c9f878 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -563,7 +563,7 @@ t cl-type"
            (and (get s 'cl--class) '("t" . "cl-type")))))) ;; cl-find-class, 
cl--find-class
     (setq class (delq nil class))
     (propertize
-     (format " %-6s" (mapconcat #'car class ""))
+     (format "%-6s" (mapconcat #'car class ""))
      'help-echo
      (mapconcat (pcase-lambda (`(,x . ,y)) (concat x " " y)) class "\n"))))
 

Reply via email to