|
@ -132,7 +132,6 @@ Maybe turn it on again at some point before the next major emacs upgrade |
|
|
#+end_src |
|
|
#+end_src |
|
|
|
|
|
|
|
|
* Performance Optimization |
|
|
* Performance Optimization |
|
|
|
|
|
|
|
|
** Garbage Collection |
|
|
** Garbage Collection |
|
|
Make startup faster by reducing the frequency of 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. |
|
|
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 |
|
|
Exclude some dirs from spamming recentf |
|
|
#+begin_src emacs-lisp |
|
|
#+begin_src emacs-lisp |
|
|
(use-package recentf |
|
|
(use-package recentf |
|
|
|
|
|
:defer 1 |
|
|
:config |
|
|
:config |
|
|
(recentf-mode) |
|
|
(recentf-mode) |
|
|
:custom |
|
|
:custom |
|
|