Move doom-modules-dirs to core-packages.el
This commit is contained in:
parent
4afcd7eadf
commit
67e0575d3d
2 changed files with 3 additions and 3 deletions
|
@ -50,6 +50,9 @@ this is nil after Emacs has started something is wrong.")
|
||||||
(make-hash-table :test #'equal :size 100 :rehash-threshold 1.0)
|
(make-hash-table :test #'equal :size 100 :rehash-threshold 1.0)
|
||||||
"A hash table of enabled modules. Set by `doom-initialize-modules'.")
|
"A hash table of enabled modules. Set by `doom-initialize-modules'.")
|
||||||
|
|
||||||
|
(defvar doom-modules-dirs (list doom-modules-dir)
|
||||||
|
"A list of module root directories. Order determines priority.")
|
||||||
|
|
||||||
(defvar doom-psuedo-module-dirs ()
|
(defvar doom-psuedo-module-dirs ()
|
||||||
"Additional paths for modules that are outside of `doom-modules-dirs'.
|
"Additional paths for modules that are outside of `doom-modules-dirs'.
|
||||||
`doom//reload-autoloads', `doom//byte-compile' and `doom-initialize-packages'
|
`doom//reload-autoloads', `doom//byte-compile' and `doom-initialize-packages'
|
||||||
|
|
|
@ -34,9 +34,6 @@ line or use --debug-init to enable this.")
|
||||||
(defvar doom-modules-dir (concat doom-emacs-dir "modules/")
|
(defvar doom-modules-dir (concat doom-emacs-dir "modules/")
|
||||||
"The main directory where Doom modules are stored.")
|
"The main directory where Doom modules are stored.")
|
||||||
|
|
||||||
(defvar doom-modules-dirs (list doom-modules-dir)
|
|
||||||
"A list of module root directories. Order determines priority.")
|
|
||||||
|
|
||||||
(defvar doom-local-dir (concat doom-emacs-dir ".local/")
|
(defvar doom-local-dir (concat doom-emacs-dir ".local/")
|
||||||
"Root directory for local Emacs files. Use this as permanent storage for files
|
"Root directory for local Emacs files. Use this as permanent storage for files
|
||||||
that are safe to share across systems (if this config is symlinked across
|
that are safe to share across systems (if this config is symlinked across
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue