mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix: more void-variable errors
For `straight--build-cache` and `doom-modules`.
Fix: #8140
Amend: 8cafbe4408
This commit is contained in:
parent
aab1595011
commit
f425f2ff3d
4 changed files with 29 additions and 23 deletions
|
|
@ -237,7 +237,9 @@ in."
|
|||
(print! (start "Checking Doom Emacs..."))
|
||||
(condition-case-unless-debug ex
|
||||
(print-group!
|
||||
(require 'doom-start)
|
||||
(doom-initialize t)
|
||||
(doom-startup)
|
||||
(require 'straight)
|
||||
|
||||
(print! (success "Initialized Doom Emacs %s") doom-version)
|
||||
(print!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue