emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dired-preview fd6aeb4667 3/8: Tweak the sample configur


From: ELPA Syncer
Subject: [elpa] externals/dired-preview fd6aeb4667 3/8: Tweak the sample configuration
Date: Sun, 28 Jul 2024 09:57:55 -0400 (EDT)

branch: externals/dired-preview
commit fd6aeb4667cfd9b580023022d17d53ab3314ad55
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak the sample configuration
---
 README.org | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 5564170deb..1f762003ec 100644
--- a/README.org
+++ b/README.org
@@ -205,10 +205,16 @@ Remember to read the doc string of each of these 
variables or functions.
 (setq dired-preview-delay 0.7)
 (setq dired-preview-max-size (expt 2 20))
 (setq dired-preview-ignored-extensions-regexp
-      (concat "\\."
-              "\\(mkv\\|webm\\|mp4\\|mp3\\|ogg\\|m4a"
-              "\\|gz\\|zst\\|tar\\|xz\\|rar\\|zip"
-              "\\|iso\\|epub\\|pdf\\)"))
+        (concat "\\."
+                "\\(gz\\|"
+                "zst\\|"
+                "tar\\|"
+                "xz\\|"
+                "rar\\|"
+                "zip\\|"
+                "iso\\|"
+                "epub\\|"
+                "\\)"))
 
 ;; Enable `dired-preview-mode' in a given Dired buffer or do it
 ;; globally:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]