Move OS constants to core/core.el
So it is universally available to all of Doom, rather than excluding sessions that haven't called doom-initialize interactively.
This commit is contained in:
parent
bc2f8a0ec9
commit
81c465a545
3 changed files with 47 additions and 48 deletions
|
@ -286,10 +286,10 @@ to least)."
|
|||
(unless (or force-p noninteractive)
|
||||
(doom//reload-package-autoloads))))
|
||||
;; Initialize Doom core
|
||||
(require 'core-os)
|
||||
(unless noninteractive
|
||||
(add-hook! 'emacs-startup-hook
|
||||
#'(doom|post-init doom|display-benchmark))
|
||||
(require 'core-os)
|
||||
(require 'core-ui)
|
||||
(require 'core-editor)
|
||||
(require 'core-projects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue