Fix linting warnings in early-init/init.el

There should be no functional changes
This commit is contained in:
Laurens Miers 2025-05-26 10:59:38 +02:00
parent 6c24da4503
commit 2572e8c221
2 changed files with 19 additions and 6 deletions

View file

@ -1,9 +1,16 @@
;;; 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)
;; Local Variables:
;; no-byte-compile: t
;; no-native-compile: t
;; no-update-autoloads: t
;; End:
;;; early-init.el ends here