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:
parent
7f31704815
commit
01d1a814f9
5 changed files with 61 additions and 79 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue