;;; early-init.el --- Early Init -*- lexical-binding: t; -*- ;;; Commentary: ;; Early init configuration for Emacs Solo ;; ;;; Code: ;; Recommended by elpaca (setq package-enable-at-startup nil) (provide 'early-init) ;;; early-init.el ends here