Fix comment.

The config now is using elpaca, not straight.
This commit is contained in:
KJ 2023-10-15 10:12:35 -04:00
parent 78c20da3b1
commit a6cd373b2b
1 changed files with 1 additions and 2 deletions

View File

@ -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