mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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:
|
;;; Code:
|
||||||
|
|
||||||
(require 'doom-straight)
|
(require 'doom-straight)
|
||||||
|
(doom-require 'doom-lib 'modules)
|
||||||
|
|
||||||
|
|
||||||
|
;;
|
||||||
|
;;; Variables
|
||||||
|
|
||||||
;; DEPRECATED: Will be stored in the local profile in v3.0
|
;; DEPRECATED: Will be stored in the local profile in v3.0
|
||||||
(defvar doom-packages ()
|
(defvar doom-packages ()
|
||||||
|
Reference in New Issue
Block a user