index
:
emacs.d
master
My personal emacs config.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
garbage-collection
/
init-garbage-collection.el
blob: 96b2252f2ea464d37b49eaae2e2a734c58c5925b (
plain
)
1
2
3
(
setq
gc-cons-threshold
(
*
(
expt
1024
2
)
25
))
(
provide
'init-garbage-collection
)