From 0750309f67ddf7c259f61ce079141bf9cc72da76 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 16 Jan 2023 08:16:44 +0100 Subject: [PATCH] defer recentf --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 2d2239c..840823e 100644 --- a/config.org +++ b/config.org @@ -132,7 +132,6 @@ Maybe turn it on again at some point before the next major emacs upgrade #+end_src * Performance Optimization - ** Garbage Collection Make startup faster by reducing the frequency of garbage collection. Set gc-cons-threshold (default is 800kb) to maximum value available, to prevent any garbage collection from happening during load time. @@ -415,6 +414,7 @@ Some windows specific stuff Exclude some dirs from spamming recentf #+begin_src emacs-lisp (use-package recentf + :defer 1 :config (recentf-mode) :custom