From ac8b45fa8e167818283462d8a07468a1ad4979da Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Feb 2024 12:55:52 +0100 Subject: Use recentf. --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 2df6fb8..531f000 100644 --- a/init.org +++ b/init.org @@ -88,7 +88,9 @@ Here are a few more simple tweaks: (prefer-coding-system 'utf-8-unix) ;; Keep all visited files in recentf -(setq recentf-max-saved-items nil) +(use-package recentf + :init + (setq recentf-max-saved-items nil)) ;; When point is on a file name and find-file is used, populate the prompt with the name of the file at point. (ffap-bindings) -- cgit v1.2.3