Browse Source

defer recentf

master
Marc 1 year ago
parent
commit
0750309f67
1 changed files with 1 additions and 1 deletions
  1. 2
      config.org

2
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

Loading…
Cancel
Save