Add early-init.el for Emacs HEAD
This commit is contained in:
parent
da92423e40
commit
f2641dbc11
1 changed files with 9 additions and 0 deletions
9
early-init.el
Normal file
9
early-init.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;; early-init.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Later versions of Emacs 27 (on master) introduce a new behavior:
|
||||
;;
|
||||
;; Package initialize occurs automatically, before `user-init-file' is loaded,
|
||||
;; but after `early-init-file'. Doom handles package initialization, so we must
|
||||
;; prevent Emacs from doing it early!
|
||||
(setq package-enable-at-startup nil)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue