]> git.earman.xyz Git - emacsinit.git/commitdiff
Change up dired settings
authorrearman <rearman@r717.net>
Fri, 15 Aug 2025 15:38:55 +0000 (11:38 -0400)
committerrearman <rearman@r717.net>
Fri, 15 Aug 2025 15:38:55 +0000 (11:38 -0400)
init.el

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