mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor doom-initialize functions
Removes doom-module-table; which was inflexible (though more stable). It prevented you from putting your doom! block in anywhere but ~/.doom.d/init.el. It is replaced (somewhat) by (doom-modules).
This commit is contained in:
@ -280,8 +280,6 @@
|
||||
(let ((inhibit-message t)
|
||||
noninteractive)
|
||||
(load (concat user-emacs-directory "core/core.el") nil t)
|
||||
(doom-initialize t)
|
||||
(doom-initialize-modules t)
|
||||
(success! "Attempt to load DOOM: success! Loaded v%s" doom-version))
|
||||
('error
|
||||
(warn! "Attempt to load DOOM: failed\n %s\n"
|
||||
|
Reference in New Issue
Block a user