From 079feb26e4ecd2cc41560f90f7c625919e23c937 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 13 Apr 2021 20:12:17 -0400 Subject: [PATCH] Left align fields in doom-info The leading whitespace can cause issues with some whitespace trimming clipboard managers and
 blocks.
---
 core/autoload/debug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/autoload/debug.el b/core/autoload/debug.el
index de730be85..e4c25bbd2 100644
--- a/core/autoload/debug.el
+++ b/core/autoload/debug.el
@@ -246,7 +246,7 @@ copies it to your clipboard, ready to be pasted into bug reports!"
                     (insert sexp))))))
         (dolist (spec info)
           (when (cdr spec)
-            (insert! "%11s  %s\n"
+            (insert! "%-11s  %s\n"
                      ((car spec)
                       (if (listp (cdr spec))
                           (mapconcat (lambda (x) (format "%s" x))