Remember why to require helm-for-files in Helm shortcut function

This commit is contained in:
Daniel - 2020-09-02 11:28:42 +02:00
parent 121f5ee16b
commit 621c51f347
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -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)