doomemacs/early-init.el

10 lines
353 B
EmacsLisp
Raw Normal View History

2018-03-22 03:21:18 +08:00
;;; 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)