diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-06 14:23:53 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-06 14:23:53 -0600 |
commit | 061c4776c375d4f2d0e26b6f76daf642da2e438c (patch) | |
tree | ceae300c4a0e12a728fc0d9ba8db1dd4f8327f17 /common | |
parent | 29472b5f076edb9a3602c5d06a471970a61dff8f (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/early-init.el.org | 5 | ||||
-rw-r--r-- | common/.config/emacs/init.el.org | 5 |
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 |