dotfiles/emacs/.emacs.d/early-init.el
2021-03-19 12:13:43 -04:00

6 lines
178 B
EmacsLisp

;; -*- lexical-binding: t; -*-
;; Some startup time optimizations stolen from Doom emacs
(setq gc-cons-threshold most-positive-fixnum ; 2^61 bytes
gc-cons-percentage 0.6)