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 ----- common/.config/emacs/init.el.org | 5 ----- 2 files changed, 10 deletions(-) (limited to 'common/.config/emacs') 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) diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 45fe232..308ea93 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -552,8 +552,3 @@ Set up =eglot= to run on languages that have been configured. (tree-sitter-mode 1) (tree-sitter-hl-mode 1)))) #+end_src - -Set =gc-cons-threshold= to a normal value while running. -#+begin_src emacs-lisp - (setq gc-cons-threshold 800000) -#+end_src -- cgit v1.2.3