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