Adapt to better work on other systems.

This commit is contained in:
2025-12-19 10:32:01 +09:00
parent 9cd88d6be9
commit 26913bece6
4 changed files with 13 additions and 5 deletions

View File

@@ -19,6 +19,9 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(unless (memq 'use-package-autoloads features)
(straight-use-package 'use-package))
;; The compile-angel package automatically byte-compiles and
;; native-compiles Emacs Lisp libraries. It should be loaded before
;; any other package.