Further customisations for wdired

This commit is contained in:
Gergely Polonkai 2018-12-10 13:02:06 +01:00
parent 7953490224
commit b32497a93e
1 changed files with 3 additions and 1 deletions

View File

@ -1405,7 +1405,9 @@ The cookies are from the Hungarian version an ancient MS-DOS based program calle
(use-package dired
:ensure nil
:config
(setq dired-dwim-target t)
(customize-set-variable 'dired-dwim-target t)
(customize-set-variable 'wdired-create-parent-directories t)
(customize-set-variable 'wdired-allow-to-change-permissions t)
:bind
(:map dired-mode-map
("RET" . dired-find-alternate-file)