From a6cd373b2b2c04f9ab69fc27840423e87b2caccc Mon Sep 17 00:00:00 2001 From: KJ Date: Sun, 15 Oct 2023 10:12:35 -0400 Subject: [PATCH] Fix comment. The config now is using elpaca, not straight. --- early-init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index 36e21d0..6ab73d7 100644 --- a/early-init.el +++ b/early-init.el @@ -53,10 +53,9 @@ (setq frame-inhibit-implied-resize t frame-resize-pixelwise t) - ;; Recommended by ;; https://github.com/raxod502/straight.el#getting-started to prevent -;; pacakge.el stepping on straight's toes. +;; pacakge.el stepping on elpaca toes. (setq package-enable-at-startup nil) ;;; early-init.el ends here