summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-10 09:05:43 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-10 09:05:43 -0400
commitb8a5f132c639046c748a7547409a8f15467830b7 (patch)
treed0e4d305bf649b4a1e76e79b251d84d40d7ec1e0 /emacs
parentbfb3f84663d93d665b52fd43996dc67788319d13 (diff)
Update config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs-kj/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index e079a39..7e494ee 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -163,6 +163,7 @@
;; For recent files.
(recentf-mode 1)
(run-at-time nil (* 5 60) 'recentf-save-list)
+(setq recentf-max-saved-items 1000)
;; Example configuration for Consult
(use-package consult