[Dired] Trying to speed up listings on windows

by disabling ‘dired-free-space-program’ (nothing to do with space traveling!)
This commit is contained in:
Daniel - 2017-11-16 20:42:17 +01:00
parent 53e02bead3
commit 94212fad62
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

View File

@ -802,6 +802,9 @@ Certificates are assumed to be of the form *.crt."
(set-window-configuration wnd))))
(error "No more than 2 files should be marked"))))
(when on-windows
(setq dired-free-space-program nil))
(require 'dired-quick-sort)
(when on-windows
(setq ls-lisp-use-insert-directory-program t))