From b3202085c3dab35d6b2c9a8295c88b577c2f5229 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 23 Feb 2022 18:09:56 +0100 Subject: [PATCH] Simplify dired ls switches This should also work on busybox now. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index a9469d3..b2bc5b3 100644 --- a/init.el +++ b/init.el @@ -2010,7 +2010,8 @@ ("" . dired-subtree-cycle)) :init (progn (setq dired-dwim-target t - dired-listing-switches (if on-windows "-aGFhlv" "-aGFhlv --group-directories-first --time-style=long-iso") + dired-listing-switches "-ahlvF" + dired-ls-F-marks-symlinks t dired-hide-details-hide-information-lines t dired-hide-details-hide-symlink-targets t dired-recursive-copies 'top