refactor: Reduce init time }:)

- Greatly increase gc-cons-threshold.  This is the biggest win of this commit, shaving off about 400 ms.  The GC runs a single time during init.
- Sprinkle a few `:defer t`s throughout.

wwwwfeat: Configure Orderless
This commit is contained in:
Madeleine Sydney
2025-01-13 11:39:51 -07:00
parent 224b2ee044
commit 55c3db8db5
4 changed files with 14 additions and 2 deletions

View File

@@ -28,6 +28,6 @@
(with-current-buffer url-buffer
(goto-char (point-max))
(eval-print-last-sexp))))
(load-file bootstrap-file))
(load bootstrap-file nil 'nomessage))
(setq straight-use-package-by-default t))