From a8b235382eba0cb99c41e1b79c1ab83aa1e900e6 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 17 Mar 2021 09:57:26 -0400 Subject: [PATCH] Enable deferred compilation --- modules/core.org | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core.org b/modules/core.org index 12b2858..d30aec3 100644 --- a/modules/core.org +++ b/modules/core.org @@ -63,6 +63,7 @@ Despite having our *stateful* and *immutable* configurations seperate, it's good (use-package no-littering :custom (inhibit-startup-message t) (initial-scratch-message "") + (comp-deferred-compilation t) (custom gc-cons-threshold most-positive-fixnum) :config (global-prettify-symbols-mode) (when (fboundp 'tooltip-mode)