Load core-lib sooner
This commit is contained in:
parent
cea750fc55
commit
e2f99a8c24
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue