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/.config/emacs/init.el.org | |
parent | 29472b5f076edb9a3602c5d06a471970a61dff8f (diff) |
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r-- | common/.config/emacs/init.el.org | 5 |
1 files changed, 0 insertions, 5 deletions
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 |