From 2c2c25f9a09c1c4c56cde90a13bc7609c891ed8d Mon Sep 17 00:00:00 2001 From: rush Date: Tue, 21 May 2024 21:32:57 -0400 Subject: [PATCH] Update dired ls options --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 782a367..b6c5cee 100644 --- a/init.org +++ b/init.org @@ -1683,7 +1683,7 @@ Give me logical in/out-denting on the easier binding, since I use that more ofte :END: Make dired use the same switches I prefer for =ls=, give me a simpler listing, and default to using its current buffer for visiting a file, rather than creating a new one. #+BEGIN_SRC emacs-lisp -(setq dired-listing-switches "-alv --group-directories-first") +(setq dired-listing-switches "-al") (add-hook 'dired-mode-hook (lambda () -- 2.39.5