mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: void symbol doom-module-packages-file
From `doom/reload-packages` and various `doom/bump-*` commands. This is
a stop gap solution until the next big refactor.
Fix: #8149
Amend: 8cafbe4408
This commit is contained in:
@ -37,6 +37,11 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'doom-straight)
|
||||
(doom-require 'doom-lib 'modules)
|
||||
|
||||
|
||||
;;
|
||||
;;; Variables
|
||||
|
||||
;; DEPRECATED: Will be stored in the local profile in v3.0
|
||||
(defvar doom-packages ()
|
||||
|
Reference in New Issue
Block a user