.emacs.d

the most bloated Emacs config on this planet
git clone https://git.trogloxene.org/.emacs.d.git
Log | Files | Refs

commit 6353103c303259c2f4a105b1e30c993603d61918
parent e581101a7d66e077acd7af7f3e2b0e3edeb3295b
Author: andsy10 <andsy1016@gmail.com>
Date:   Tue,  4 Aug 2026 06:43:19 +0800

Always defer package loading regardless of platform

Diffstat:
Mlisp/init-elpa.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/init-elpa.el b/lisp/init-elpa.el @@ -33,7 +33,7 @@ (straight-use-package 'use-package)) ;; configure use-package -(setq use-package-always-defer (if *is-windows* nil t) +(setq use-package-always-defer t use-package-expand-minimally t use-package-verbose t straight-use-package-version t