]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-x.el (dired-omit-size-limit): Increase value.
authorStefan Kangas <stefan@marxist.se>
Sun, 3 Jul 2022 12:20:34 +0000 (14:20 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 3 Jul 2022 12:20:34 +0000 (14:20 +0200)
lisp/dired-x.el

index 21de91328706c12bf974b941545339a6d0efee1c..c8cf1fd61294a0cee84e857ede03eedc8e2faacf 100644 (file)
@@ -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.