aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/.config/emacs/early-init.el.org5
-rw-r--r--common/.config/emacs/init.el.org5
2 files changed, 0 insertions, 10 deletions
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