summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)