From 621c51f347f483355e54322bf480dc1e18dcfb6b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 2 Sep 2020 11:28:42 +0200 Subject: [PATCH] Remember why to require helm-for-files in Helm shortcut function --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 0c2d549..97925dd 100644 --- a/init.el +++ b/init.el @@ -657,7 +657,7 @@ With given ARG, display files in `db/important-document-path’." (interactive "p") (require 'helm-bookmark) - (require 'helm-for-files) + (require 'helm-for-files) ; for helm-source-recentf (helm :sources (list (helm-make-source "Frequently Used" 'helm-source-sync :candidates (mapcar #'(lambda (entry)