From 573b275972843ff27c07f26ef83cc393b3bdb4c0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 31 May 2025 19:13:02 +0200 Subject: [PATCH] Display more information when in `dired-hide-details-mode` --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 8618bdd..9a62e84 100644 --- a/init.el +++ b/init.el @@ -2190,8 +2190,8 @@ Note that this workaround is incomplete, as explained in this comment." (setq dired-dwim-target t 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-hide-details-hide-information-lines nil + dired-hide-details-hide-symlink-targets nil dired-recursive-copies 'top dired-recursive-deletes 'top dired-create-destination-dirs 'ask