mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix: more void-variable errors
For `straight--build-cache` and `doom-modules`.
Fix: #8140
Amend: 8cafbe4408
This commit is contained in:
@ -704,7 +704,8 @@ of 'doom sync' or 'doom gc'."
|
||||
;; DEPRECATED: Interactive sessions won't be able to interact with Straight (or
|
||||
;; Elpaca) in the future, so this is temporary.
|
||||
(with-eval-after-load 'straight
|
||||
(require 'doom-straight))
|
||||
(require 'doom-straight)
|
||||
(doom-initialize-packages))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user