summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-13 22:50:58 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-13 22:50:58 +0100
commit2bdfd3f5f98ff2c4e2fd664a8a64c30d0773b6d6 (patch)
tree453b995a580e77b33369a8ca9965afeaef37af40
parent1b72af478c928378c724ddd0298ee5887db3b600 (diff)
Keep visited files in recentf.
-rw-r--r--init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.org b/init.org
index 394b3fa..762b713 100644
--- a/init.org
+++ b/init.org
@@ -149,6 +149,9 @@ Here are a few more simple tweaks:
;; Use UTF-8 by default
(prefer-coding-system 'utf-8-unix)
+;; Keep all visited files in recentf
+(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)