[Dired] Don’t enable local variables

I think I never used them, and they seem to make some trouble on Windows.
This commit is contained in:
Daniel - 2018-08-27 22:05:48 +02:00
parent 48ce381845
commit 618e28a44f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -759,7 +759,8 @@ are assumed to be of the form *.crt."
(put 'dired-find-alternate-file 'disabled nil)
(setq dired-listing-switches "-alh")
(setq dired-hide-details-hide-information-lines t
dired-hide-details-hide-symlink-targets t)
dired-hide-details-hide-symlink-targets t
dired-enable-local-variables nil)
(setq dired-recursive-copies 'top)
(setq dired-recursive-deletes 'top)