This commit is contained in:
parent
d054822cdd
commit
667d565062
2 changed files with 2 additions and 0 deletions
15
early-init.el
Normal file
15
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