[Dired] Some nice default configuration for wdired

This commit is contained in:
Daniel - 2018-12-16 09:28:01 +01:00
parent ff82056c7a
commit 4c8fa8cb4b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 1 deletions

View File

@ -1287,7 +1287,10 @@
dired-local-variables-file nil
dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$\\|^\\..*$"
diredp-hide-details-initially-flag t)
diredp-hide-details-initially-flag t
wdired-create-parent-directories t
wdired-allow-to-change-permissions t)
(if on-windows
(setq dired-guess-shell-alist-user '((".*" "cmd /c")))