Fix cold-boot

This commit is contained in:
2026-01-25 00:54:08 -08:00
parent ccc35ef588
commit 44f409d713

View File

@ -29,6 +29,9 @@
package-user-dir (expand-file-name "var/elpa"
user-emacs-directory))
;; if this is not here, init.el fails to load from a freshly-initialized repo
(use-package llama)
;; no-littering
(use-package no-littering
:defer nil