mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move doom-docs-dir to core.el
This commit is contained in:
@ -41,9 +41,6 @@
|
||||
(stylus-mode :lang web))
|
||||
"TODO")
|
||||
|
||||
(defvar doom-docs-dir (concat doom-emacs-dir "docs/")
|
||||
"TODO")
|
||||
|
||||
|
||||
;;
|
||||
;; Helpers
|
||||
|
@ -57,6 +57,9 @@ Use this for files that change often, like cache files.")
|
||||
(defconst doom-packages-dir (concat doom-local-dir "packages/")
|
||||
"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
|
||||
(eval-when-compile
|
||||
(or (getenv "DOOMDIR")
|
||||
|
Reference in New Issue
Block a user