From 1775b28e643c2763c6395664e13818b56725eadb Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 11 Jun 2019 21:25:29 +0200 Subject: [PATCH] [Dired] Two additional default settings --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 02920cd..a237702 100644 --- a/init.el +++ b/init.el @@ -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")))