From 0b6e3aca54a7181afb6ee41255c03d607fdb6e4a Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 9 Oct 2019 17:20:31 +0200 Subject: [PATCH] Auto cleanup recentf, after 2 min idle --- emacs/.spacemacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index f115b53..929eef1 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -551,6 +551,8 @@ before packages are loaded." (setq org-ref-default-bibliography '("~/Documents/Uni/DDSI/Code/IGDB/Assets/Citations.bib")) ; Use pdf-tools instead of docview (setq-default dotspacemacs-configuration-layers '(pdf)) + ; Auto cleanup recentf + (setq recentf-auto-cleanup '120) ) ;; Do not write anything past this comment. This is where Emacs will