branch: elpa/helm commit af8aaebd6e11f7a76e74c6713e7095acca9d457a Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add a popup info in helm-files-in-current-dir-source --- helm-for-files.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm-for-files.el b/helm-for-files.el index b2d58e4de2..2723e39ca7 100644 --- a/helm-for-files.el +++ b/helm-for-files.el @@ -247,6 +247,11 @@ Colorize only symlinks, directories and files." helm-recentf--basename-flag) (helm-basename candidate) candidate))) (fuzzy-match :initform t) + (popup-info :initform (lambda (candidate) + (unless (helm-ff-dot-file-p candidate) + (helm-file-attributes + candidate + :dired t :human-size t :octal nil)))) (migemo :initform t))) (cl-defmethod helm--setup-source :after ((source helm-files-in-current-dir-source))