[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)))
- [nongnu] elpa/helm updated (b6c85e81fe -> 7e554e3384), ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm d27b5315e1 1/8: Update docstring, ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm 7e554e3384 8/8: Prevent displaying an empty space as popup-info, ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm 842ba6d822 2/8: Update NEWS, ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm 36a6b50f32 4/8: Generalize popup-info to helm-source, ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm 57a54d4b2c 6/8: Update NEWS, ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm d733debbe1 5/8: Remove user var helm-sources-using-help-echo-popup, ELPA Syncer, 2024/08/18
- [nongnu] elpa/helm 3c7b251f3c 3/8: Add xz extension to helm-ff-file-compressed-list,
ELPA Syncer <=
- [nongnu] elpa/helm 273763f0cd 7/8: Allow using popup-info from metadata, ELPA Syncer, 2024/08/18