From 18bc604a8f628117ccff19c223c3f58fe491416a Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 28 Apr 2021 12:16:32 -0400 Subject: [PATCH] Fix typo --- modules/core.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.org b/modules/core.org index ff295ad..6818504 100644 --- a/modules/core.org +++ b/modules/core.org @@ -64,7 +64,7 @@ Despite having our *stateful* and *immutable* configurations seperate, it's good :custom (inhibit-startup-message t) (initial-scratch-message "") (comp-deferred-compilation t) - (custom gc-cons-threshold most-positive-fixnum) + (gc-cons-threshold most-positive-fixnum) :config (global-prettify-symbols-mode) (when (fboundp 'tooltip-mode) (tooltip-mode -1))