Reduce number of ls switches when on windows

They do not seem to be supported by mingw's ls?
This commit is contained in:
Daniel - 2020-09-16 08:09:50 +02:00
parent 01be58c2e1
commit 6ee9e84bb1
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1917,7 +1917,7 @@
("<C-tab>" . dired-subtree-cycle))
:init (progn
(setq dired-dwim-target t
dired-listing-switches "-aGFhlv --group-directories-first --time-style=long-iso"
dired-listing-switches (if on-windows "-aGFhlv" "-aGFhlv --group-directories-first --time-style=long-iso")
dired-hide-details-hide-information-lines t
dired-hide-details-hide-symlink-targets t
dired-recursive-copies 'top