]> git.earman.xyz Git - emacsinit.git/commitdiff
Human readable filesize in dired
authorrearman <rearman@r717.net>
Fri, 15 Aug 2025 16:12:11 +0000 (12:12 -0400)
committerrearman <rearman@r717.net>
Fri, 15 Aug 2025 16:12:11 +0000 (12:12 -0400)
init.el

diff --git a/init.el b/init.el
index 57736e35c9c0c312013c87b650f9f57ddbc683b1..e45e4b7cbd0ba22cfa7632cd11863aecf2eab8a4 100644 (file)
--- a/init.el
+++ b/init.el
@@ -65,7 +65,7 @@
 (setq recentf-max-menu-items 20)
 
 ;; Dired
-(setq dired-listing-switches "-Alu"
+(setq dired-listing-switches "-Ahlu"
       dired-vc-rename-file t
       dired-auto-revert-buffer t
       dired-hide-details-hide-symlink-targets nil)