refactor: refine Windows support and convert use-package :if to conditionals

This commit is contained in:
2026-06-13 08:25:44 +08:00
parent 5c7391dcf8
commit e3dda7fd65
8 changed files with 95 additions and 95 deletions

View File

@@ -32,7 +32,7 @@
;; (straight-use-package 'use-package)
;; 配置 use-package
(setq use-package-always-defer t
(setq use-package-always-defer (if *is-windows* nil t)
use-package-expand-minimally t
use-package-verbose t
straight-use-package-version t