Use non-byte-compiled files when loading if they are newer

This commit is contained in:
Jeremy Dormitzer 2021-04-05 10:46:30 -04:00
parent c7c56078b8
commit 410a34ef3e

View File

@ -1,5 +1,7 @@
;; -*- 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)