mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Load core-lib sooner
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
;;; core-packages.el --- package management system -*- lexical-binding: t; -*-
|
;;; core-packages.el --- package management system -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(require 'core-lib (concat doom-core-dir "core-lib"))
|
||||||
|
|
||||||
;; Emacs package management is opinionated. Unfortunately, so am I. I've bound
|
;; Emacs package management is opinionated. Unfortunately, so am I. I've bound
|
||||||
;; together `use-package', `quelpa' and package.el to create my own,
|
;; together `use-package', `quelpa' and package.el to create my own,
|
||||||
;; rolling-release, lazily-loaded package management system for Emacs.
|
;; rolling-release, lazily-loaded package management system for Emacs.
|
||||||
@ -241,7 +243,6 @@ FORCE-P is non-nil, do it anyway.
|
|||||||
(cl-pushnew doom-core-dir load-path :test #'string=))
|
(cl-pushnew doom-core-dir load-path :test #'string=))
|
||||||
;; initialize Doom core
|
;; initialize Doom core
|
||||||
(require 'core-os)
|
(require 'core-os)
|
||||||
(require 'core-lib)
|
|
||||||
(unless noninteractive
|
(unless noninteractive
|
||||||
(unless doom-init-p
|
(unless doom-init-p
|
||||||
;; Cache important packages.el state
|
;; Cache important packages.el state
|
||||||
|
Reference in New Issue
Block a user