diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-13 22:50:58 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-13 22:50:58 +0100 |
commit | 2bdfd3f5f98ff2c4e2fd664a8a64c30d0773b6d6 (patch) | |
tree | 453b995a580e77b33369a8ca9965afeaef37af40 | |
parent | 1b72af478c928378c724ddd0298ee5887db3b600 (diff) |
Keep visited files in recentf.
-rw-r--r-- | init.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |