From d42664c8419ae7b7d8fcfa6e0cbf665bd21f2e81 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 25 Jul 2021 18:15:14 -0400 Subject: Early init for GC threshold --- emacs/early-init.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 emacs/early-init.el (limited to 'emacs/early-init.el') diff --git a/emacs/early-init.el b/emacs/early-init.el new file mode 100644 index 0000000..57e0d7e --- /dev/null +++ b/emacs/early-init.el @@ -0,0 +1,4 @@ +;; Faster startup +(setq gc-cons-threshold most-positive-fixnum + old-file-name-handler-alist file-name-handler-alist + file-name-handler-alist nil) -- cgit v1.2.3