summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-11-13 14:20:37 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-11-13 14:20:37 +0000
commite61588aa59ece88fe646c41d4d3da97c0e8a4e55 (patch)
tree853e7598745ae4c163e5ab80671256e4d32d71dc /emacs
parent722c3b6922748b29a06df4376274a620091e0d75 (diff)
emacs: Set a higher gc-cons-threshold
This is in preparation for lsp-mode that recommends it.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/early-init.el1
1 files changed, 1 insertions, 0 deletions
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))