Use non-byte-compiled files when loading if they are newer
This commit is contained in:
parent
c7c56078b8
commit
410a34ef3e
@ -1,5 +1,7 @@
|
|||||||
;; -*- lexical-binding: t; -*-
|
;; -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(setq load-prefer-newer t)
|
||||||
|
|
||||||
;; Some startup time optimizations stolen from Doom emacs
|
;; Some startup time optimizations stolen from Doom emacs
|
||||||
(setq gc-cons-threshold most-positive-fixnum ; 2^61 bytes
|
(setq gc-cons-threshold most-positive-fixnum ; 2^61 bytes
|
||||||
gc-cons-percentage 0.6)
|
gc-cons-percentage 0.6)
|
||||||
|
Loading…
Reference in New Issue
Block a user