branch: elpa/helm commit eb5edc60be7294f9fa623c208bfdb681fbe2a3f1 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add a popup-info in HFF --- helm-files.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-files.el b/helm-files.el index f34e3ded23..c024645fc1 100644 --- a/helm-files.el +++ b/helm-files.el @@ -1136,6 +1136,9 @@ want to use it, helm is still providing helm-ff-directories-only helm-ff-files-only 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)))) (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)