[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm c4d35c3c56 2/2: Make popup-info string more compact
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm c4d35c3c56 2/2: Make popup-info string more compact |
Date: |
Mon, 26 Aug 2024 04:00:28 -0400 (EDT) |
branch: elpa/helm
commit c4d35c3c56ab770845f86d762298cc49dd97acff
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Make popup-info string more compact
---
helm-files.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index f8924eb0c1..b4a9ba1728 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1143,7 +1143,9 @@ present in this list."
helm-ff-sort-candidates))
(popup-info :initform (lambda (candidate)
(unless (helm-ff-dot-file-p candidate)
- (helm-file-attributes candidate :dired t
:human-size t))))
+ (helm-file-attributes
+ candidate
+ :dired t :human-size t :octal nil))))
(persistent-action-if :initform 'helm-find-files-persistent-action-if)
(persistent-help :initform "Hit1 Expand Candidate, Hit2 or (C-u) Find file")
(help-message :initform 'helm-ff-help-message)