From 043a1861587ba3921ba3e6132762457e9b78236b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 20 Jan 2022 08:28:37 -0600 Subject: [PATCH] Load +straight.el --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 840a649..c379934 100644 --- a/early-init.el +++ b/early-init.el @@ -145,7 +145,8 @@ See `no-littering' for examples.") (dolist (pkg '(el-patch no-littering - setup)) + setup + straight)) ; already installed, but what the hell (straight-use-package pkg) (require pkg) (require (intern (format "+%s" pkg)) nil :noerror))