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