diff options
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 1d83cd3..6757f7b 100644 --- a/early-init.el +++ b/early-init.el | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | ;; -*- lexical-binding: t -*- | 1 | ;; -*- lexical-binding: t -*- |
| 2 | ;; Copyright © 2018-2025 Uko Koknevics | ||
| 2 | 3 | ||
| 3 | ;; Shutdown GC during initialisation | 4 | ;; Shutdown GC during initialisation |
| 4 | ;; It will be replaced by GCMH :) | 5 | ;; It will be replaced by GCMH :) |
| 5 | (setq gc-cons-threshold most-positive-fixnum) | 6 | (setq gc-cons-threshold most-positive-fixnum) |
| 6 | 7 | ||
| 7 | ;; Disable package.el in favour of straight.el | 8 | ;; Disable package.el in favour of elpaca |
| 8 | (setq package-enable-at-startup nil) | 9 | (setq package-enable-at-startup nil) |
| 9 | 10 | ||
| 10 | ;; UTF-8 duh | 11 | ;; UTF-8 duh |