From e61588aa59ece88fe646c41d4d3da97c0e8a4e55 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 13 Nov 2021 14:20:37 +0000 Subject: emacs: Set a higher gc-cons-threshold This is in preparation for lsp-mode that recommends it. --- emacs/early-init.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 emacs/early-init.el diff --git a/emacs/early-init.el b/emacs/early-init.el new file mode 100644 index 0000000..3f6c25f --- /dev/null +++ b/emacs/early-init.el @@ -0,0 +1 @@ +(setq gc-cons-threshold (* 50 1024 1024)) -- cgit v1.2.3-70-g09d2