Move doom-docs-dir to core.el
This commit is contained in:
parent
0a20159eee
commit
26caea7f2b
2 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue