Set recentf-max-saved-entries' in terms of default history-length'

This commit is contained in:
Gerard Vermeulen 2024-06-23 18:55:37 +02:00
parent e6e49e9b3a
commit fed52c1248

View File

@ -214,7 +214,6 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
global-hl-line-mode t
global-hl-line-sticky-flag t
history-delete-duplicates t
history-length 200
indent-tabs-mode nil
inhibit-startup-buffer-menu t
inhibit-startup-screen t
@ -226,7 +225,7 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
lazy-highlight-initial-delay 1.0
mode-line-compact t
next-error-message-highlight t
recentf-max-saved-items 100
recentf-max-saved-items history-length
recentf-mode t
save-place-mode t
savehist-mode t