From: Stefan Kangas Date: Sun, 3 Jul 2022 12:20:34 +0000 (+0200) Subject: * lisp/dired-x.el (dired-omit-size-limit): Increase value. X-Git-Tag: emacs-29.0.90~1447^2~1240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c61c647f7272faf625b5584035d455e81d1ebd0e;p=emacs.git * lisp/dired-x.el (dired-omit-size-limit): Increase value. --- diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 21de9132870..c8cf1fd6129 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -82,11 +82,12 @@ files not writable by you are visited read-only." (other :tag "non-writable only" if-file-read-only)) :group 'dired-x) -(defcustom dired-omit-size-limit 30000 +(defcustom dired-omit-size-limit 100000 "Maximum size for the \"omitting\" feature. If nil, there is no maximum size." :type '(choice (const :tag "no maximum" nil) integer) - :group 'dired-x) + :group 'dired-x + :version "29.1") (defcustom dired-omit-case-fold 'filesystem "Determine whether \"omitting\" patterns are case-sensitive.