emacs/early-init.el
2025-05-26 10:59:38 +02:00

16 lines
253 B
EmacsLisp

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