6 lines
178 B
EmacsLisp
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)
|