From b9fe0924f2bf34b5d6b0f139f96e9fca4f3af5d8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 31 Aug 2020 08:23:26 +0200 Subject: [PATCH] Add recently used files to main helm shortcuts function --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index fb58dbe..490bc88 100644 --- a/init.el +++ b/init.el @@ -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)