feat: Remove elpaca

I'm not actually using it and it's just bloat at this point.
This speeds up the startup significantly.

Remove what you don't need.
This commit is contained in:
Laurens Miers 2025-05-27 11:47:37 +02:00
parent a731bab651
commit 7f901b23ae
2 changed files with 64 additions and 106 deletions

View file

@ -10,7 +10,7 @@
;; Only care about errors in *Messages* buffer
(setq warning-minimum-level :error)
;; Recommended by elpaca
;; We control when packages are enabled
(setq package-enable-at-startup nil)
(provide 'early-init)