emacs - GC config

This commit is contained in:
madmaurice 2017-10-17 12:00:00 +02:00
parent 56f5b41257
commit f567040a7a

View file

@ -2,6 +2,9 @@
(package-initialize)
(require 'cl)
(setq gc-cons-threshold (* 16 1024 1024))
(setq gc-cons-percentage 0.3)
;; Change all prompts to y or n
(fset 'yes-or-no-p 'y-or-n-p)