diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 12:55:52 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 12:55:52 +0100 |
commit | ac8b45fa8e167818283462d8a07468a1ad4979da (patch) | |
tree | 1d42a69174414f3eec3eb57ee0e55e90fdcae1e6 /init.org | |
parent | 3d9f1eb816a19e0a41e87ec25d0ead0b625a570d (diff) |
Use recentf.
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |