Auto cleanup recentf, after 2 min idle
This commit is contained in:
parent
c30c86d1fc
commit
0b6e3aca54
|
@ -551,6 +551,8 @@ before packages are loaded."
|
||||||
(setq org-ref-default-bibliography '("~/Documents/Uni/DDSI/Code/IGDB/Assets/Citations.bib"))
|
(setq org-ref-default-bibliography '("~/Documents/Uni/DDSI/Code/IGDB/Assets/Citations.bib"))
|
||||||
; Use pdf-tools instead of docview
|
; Use pdf-tools instead of docview
|
||||||
(setq-default dotspacemacs-configuration-layers '(pdf))
|
(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
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
|
Loading…
Reference in New Issue