Move early init
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled

This commit is contained in:
Maciej 2024-07-25 22:28:17 +03:00
parent d054822cdd
commit 667d565062
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 2 additions and 0 deletions

View file

@ -1,15 +0,0 @@
;;; +early-init.el --- summary
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
;; Version: 0.1-snapshot
;;; Commentary:
;; early-init does a thing.
;;; Code:
;; Disable built-in package management
(setq package-enable-at-startup nil)
;;; early-init.el ends here