Add recently used files to main helm shortcuts function

This commit is contained in:
Daniel - 2020-08-31 08:23:26 +02:00
parent 47c6818a93
commit b9fe0924f2
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -656,6 +656,8 @@ With given ARG, display files in `db/important-document-path."
;; taken from `helm-buffers-list'
(helm-make-source "Buffers" 'helm-source-buffers)
helm-source-recentf
;; if prefix arg is given, extract files from
;; `db/important-documents-path and list them as well
(when (and (= arg 4)