mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Move doom-docs-dir to core.el
This commit is contained in:
@ -41,9 +41,6 @@
|
|||||||
(stylus-mode :lang web))
|
(stylus-mode :lang web))
|
||||||
"TODO")
|
"TODO")
|
||||||
|
|
||||||
(defvar doom-docs-dir (concat doom-emacs-dir "docs/")
|
|
||||||
"TODO")
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Helpers
|
;; Helpers
|
||||||
|
@ -57,6 +57,9 @@ Use this for files that change often, like cache files.")
|
|||||||
(defconst doom-packages-dir (concat doom-local-dir "packages/")
|
(defconst doom-packages-dir (concat doom-local-dir "packages/")
|
||||||
"Where package.el and quelpa plugins (and their caches) are stored.")
|
"Where package.el and quelpa plugins (and their caches) are stored.")
|
||||||
|
|
||||||
|
(defconst doom-docs-dir (concat doom-emacs-dir "docs/")
|
||||||
|
"Where the Doom manual is stored.")
|
||||||
|
|
||||||
(defconst doom-private-dir
|
(defconst doom-private-dir
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(or (getenv "DOOMDIR")
|
(or (getenv "DOOMDIR")
|
||||||
|
Reference in New Issue
Block a user