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.
This commit is contained in:
Daniel - 2022-08-04 19:09:05 +02:00
parent c17a0e7f4c
commit af4dbe25ce
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -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
;; Dont use obsolete diredx local variables
dired-enable-local-variables nil