From 29472b5f076edb9a3602c5d06a471970a61dff8f Mon Sep 17 00:00:00 2001 From: jjanzen Date: Thu, 6 Mar 2025 14:22:01 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/.config/emacs/init.el.org') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 308ea93..45fe232 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -552,3 +552,8 @@ 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