diff options
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)) |
