From b32497a93ef03dc9ca3f9fdfd21d249bd9726aca Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 10 Dec 2018 13:02:06 +0100 Subject: [PATCH] Further customisations for wdired --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index f04abc7..4c3ae39 100644 --- a/configuration.org +++ b/configuration.org @@ -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)