- ensure certain variables are copied from .zprofile - shorten which-key delay - increase garbage collection threshold
This commit is contained in:
parent
c85cd624f1
commit
5cf9984226
2 changed files with 12 additions and 8 deletions
|
|
@ -93,8 +93,8 @@
|
|||
(require 'icejam-diminish)
|
||||
|
||||
;; Restore GC to normal, but still high
|
||||
(setq gc-cons-threshold 100000000)
|
||||
(setq gc-cons-percentage 0.1)
|
||||
(setq gc-cons-threshold 200000000)
|
||||
(setq gc-cons-percentage 0.2)
|
||||
|
||||
(provide 'icejam-custom-init)
|
||||
;;; icejam-custom-init.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue