Clean up Elixir and Elisp modes
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
This commit is contained in:
parent
5044e50b03
commit
d054822cdd
7 changed files with 65 additions and 43 deletions
15
pkg/early-init.el
Normal file
15
pkg/early-init.el
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue