From 121f5ee16b5faa6c53a8b94d920ab9df3597312b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 2 Sep 2020 11:27:00 +0200 Subject: [PATCH] Add missing require for helm recentf source --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 77d8269..0c2d549 100644 --- a/init.el +++ b/init.el @@ -657,6 +657,7 @@ With given ARG, display files in `db/important-document-path’." (interactive "p") (require 'helm-bookmark) + (require 'helm-for-files) (helm :sources (list (helm-make-source "Frequently Used" 'helm-source-sync :candidates (mapcar #'(lambda (entry)