From 931b8de6d11e67ec1bc2ca2bed1dbf1c8028ff44 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 5 Apr 2018 11:35:37 +0200 Subject: [PATCH] Enable recentf-mode for dashboard --- custom/setup-dashboard.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/setup-dashboard.el b/custom/setup-dashboard.el index 627584d..6d1490a 100644 --- a/custom/setup-dashboard.el +++ b/custom/setup-dashboard.el @@ -11,5 +11,7 @@ (bookmarks . 5) )) +;; Enable recent files +(recentf-mode 1) (provide 'setup-dashboard)