From 84ea017b73c571d8b11858af42a5b51d7defd485 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 27 Jan 2021 12:45:27 -0600 Subject: Change dired-listing-switches Now, it lists Almost all files (not . or ..), Formats directories and others with a character at the end, hides groups and owner (-g -o), shows Humanstyle sizes, and groups directories first. I thought I couldn't use these because of Windows' elisp ls, but apparently it works here. If it causes problems, I can use an if form. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 75ec848..9abef66 100644 --- a/config.org +++ b/config.org @@ -1619,7 +1619,7 @@ move up a directory with a keybinding, I'll change =-a= to =-A=. (setq-default dired-recursive-copies 'always dired-recursive-deletes 'always delete-by-moving-to-trash t - dired-listing-switches "-alh" + dired-listing-switches "-AFgho --group-directories-first" dired-dwim-target t) #+end_src -- cgit 1.4.1-21-gabe81