diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:06:13 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:06:13 -0400 |
| commit | 5532efce67fe49aaa8074ead89e100e049827142 (patch) | |
| tree | 0c05f99cc110662f600f2ef70343224f46a4cf08 /early-init.el | |
| parent | f3783205f3fd62968c3471320152cd8afea1e5e7 (diff) | |
tangle files
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 1d88f82..c57f1ec 100644 --- a/early-init.el +++ b/early-init.el @@ -28,6 +28,8 @@ (add-to-list 'default-frame-alist '(alpha . (95 . 95))) +(setq initial-frame-alist default-frame-alist) + ;; garbage collection (setq gc-cons-threshold most-positive-fixnum gc-cons-percentage 0.5) @@ -44,3 +46,6 @@ ;; Package cache (setq package-enable-at-startup t) + +(unless package-archive-contents + (package-refresh-contents)) |
