;;; early-init.el -*- lexical-binding: t; -*- ;; Disable package.el; we use Straight. (setq package-enable-at-startup nil) ;; Enable use-package statistics for the sake of start-up profiling. (setq use-package-compute-statistics t) (setq gc-cons-threshold ;; (4 gibibytes) (* 4 (expt 1024 3)))