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

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

[nongnu] elpa/helm 3c7b251f3c 3/8: Add xz extension to helm-ff-file-comp


From: ELPA Syncer
Subject: [nongnu] elpa/helm 3c7b251f3c 3/8: Add xz extension to helm-ff-file-compressed-list
Date: Sun, 18 Aug 2024 04:00:02 -0400 (EDT)

branch: elpa/helm
commit 3c7b251f3ca7856224acf427b4eb8e90c529a370
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Add xz extension to helm-ff-file-compressed-list
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 75debaed1e..f34e3ded23 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -363,7 +363,7 @@ with `C-j' inside an avfs directory mounted with mountavfs.
 See <http://sourceforge.net/projects/avf/>."
   :type  'string)
 
-(defcustom helm-ff-file-compressed-list '("gz" "bz2" "zip" "7z")
+(defcustom helm-ff-file-compressed-list '("gz" "bz2" "zip" "7z" "xz")
   "Minimal list of compressed files extension."
   :type  '(repeat (choice string)))
 



reply via email to

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