diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index 5e9d585..5e62175 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -18,6 +18,5 @@ | |||
18 | (load bootstrap-file nil 'nomessage)) | 18 | (load bootstrap-file nil 'nomessage)) |
19 | 19 | ||
20 | ;;; Bootstrap `use-package' | 20 | ;;; Bootstrap `use-package' |
21 | (straight-use-package 'use-package) | ||
22 | |||
23 | (setq straight-use-package-by-default t) | 21 | (setq straight-use-package-by-default t) |
22 | (straight-use-package 'use-package) | ||