From af4dbe25ce212e6db10f060f72963cd0c278158e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 4 Aug 2022 19:09:05 +0200 Subject: [PATCH] Allow dired to use globstar when available Most importantly, this allows to use globstar expansion in bash with dired. Note that `dired` has to be invoked explicitly for this to work, as `find-file` will not expand the globs itself. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7aa67a6..71d0e5f 100644 --- a/init.el +++ b/init.el @@ -2001,6 +2001,7 @@ respectively." dired-create-destination-dirs 'ask dired-vc-rename-file t dired-kill-when-opening-new-dired-buffer nil + dired-maybe-use-globstar t ;; Don’t use obsolete diredx local variables dired-enable-local-variables nil