dotfiles/emacs/.emacs.d/early-init.el

6 lines
178 B
EmacsLisp
Raw Normal View History

;; -*- 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)