summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 12:55:52 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 12:55:52 +0100
commitac8b45fa8e167818283462d8a07468a1ad4979da (patch)
tree1d42a69174414f3eec3eb57ee0e55e90fdcae1e6 /init.org
parent3d9f1eb816a19e0a41e87ec25d0ead0b625a570d (diff)
Use recentf.
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
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)