[Dired] Two additional default settings

This commit is contained in:
Daniel - 2019-06-11 21:25:29 +02:00
parent 9d73bb57f7
commit 1775b28e64
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 1 deletions

View File

@ -1773,7 +1773,10 @@ search commands like `db/helm-shortcuts."
diredp-hide-details-initially-flag t
wdired-create-parent-directories t
wdired-allow-to-change-permissions t)
wdired-allow-to-change-permissions t
dired-isearch-filenames 'dwim
dired-auto-revert-buffer t)
(if on-windows
(setq dired-guess-shell-alist-user '((".*" "cmd /c")))