branch: elpa/helm commit 485259ea1962ed4a23d7cfc1c8692a6713867b4b Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove requiring tramp-archive from *file-name-history --- helm-files.el | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index 1342d662bf..4629c962f5 100644 --- a/helm-files.el +++ b/helm-files.el @@ -6105,7 +6105,6 @@ list." (let ((src (helm-build-sync-source "File name history" :init (lambda () (with-helm-alive-p - (require 'tramp-archive nil t) (when helm-ff-file-name-history-use-recentf (require 'recentf) (or recentf-mode (recentf-mode 1)))))