8 lines
206 B
EmacsLisp
8 lines
206 B
EmacsLisp
;; -*- lexical-binding: t; -*-
|
|
|
|
(setq load-prefer-newer t)
|
|
|
|
;; Some startup time optimizations stolen from Doom emacs
|
|
(setq gc-cons-threshold most-positive-fixnum ; 2^61 bytes
|
|
gc-cons-percentage 0.6)
|