branch: externals/disk-usage
commit 28ceb1ad86460e9e464001c4ee4e98830b90a755
Author: Pierre Neidhardt <m...@ambrevar.xyz>
Commit: Pierre Neidhardt <m...@ambrevar.xyz>

    Alight size to the right
---
 disk-usage.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disk-usage.el b/disk-usage.el
index 9a129bb..70288d5 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -185,7 +185,7 @@ beings."
   "Mode to display disk usage."
   ;; TODO: Option to display extra attributes.
   (setq tabulated-list-format
-        `[("Size" 10 ,disk-usage--sort)
+        `[("Size" 12 ,disk-usage--sort . (:right-align t))
           ("File" 0 t)])
   (setq tabulated-list-sort-key (cons "Size" 'flip))
   (setq tabulated-list-printer #'disk-usage--print-entry)

Reply via email to