mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Left align fields in doom-info
The leading whitespace can cause issues with some whitespace trimming clipboard managers and <pre> blocks.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user