Clean up Elixir and Elisp modes
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled

This commit is contained in:
Maciej 2024-07-22 11:28:16 +03:00
parent 5044e50b03
commit d054822cdd
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 65 additions and 43 deletions

15
pkg/early-init.el Normal file
View file

@ -0,0 +1,15 @@
;;; +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