]> git.earman.xyz Git - emacsinit.git/commitdiff
Update dired ls options
authorrush <rush@Thonkbook.com>
Wed, 22 May 2024 01:32:57 +0000 (21:32 -0400)
committerrush <rush@Thonkbook.com>
Wed, 22 May 2024 01:32:57 +0000 (21:32 -0400)
init.org

index 782a3677f4f0858804744a5dd51cd2464ee46d8e..b6c5ceee650bee9d26c1d981f92a5880829f2516 100644 (file)
--- 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 ()