From 061c4776c375d4f2d0e26b6f76daf642da2e438c Mon Sep 17 00:00:00 2001 From: jjanzen Date: Thu, 6 Mar 2025 14:23:53 -0600 Subject: system changes --- common/.config/emacs/early-init.el.org | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/.config/emacs/early-init.el.org') diff --git a/common/.config/emacs/early-init.el.org b/common/.config/emacs/early-init.el.org index 3eab8f9..4a4d7d5 100644 --- a/common/.config/emacs/early-init.el.org +++ b/common/.config/emacs/early-init.el.org @@ -1,10 +1,5 @@ #+title: Emacs Early Initialization -Set high =gc-cons-threshold= while booting. -#+begin_src emacs-lisp - (setq gc-cons-threshold most-positive-fixnum) -#+end_src - Disable =package.el= at startup so that =elpaca= can enable it on its own. #+begin_src emacs-lisp (setq package-enable-at-startup nil) -- cgit v1.2.3