From: rush Date: Wed, 22 May 2024 01:32:57 +0000 (-0400) Subject: Update dired ls options X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=2c2c25f9a09c1c4c56cde90a13bc7609c891ed8d;p=emacsinit.git Update dired ls options --- 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 ()