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