Move doom-docs-dir to core.el

This commit is contained in:
Henrik Lissner 2018-06-17 21:39:40 +02:00
parent 0a20159eee
commit 26caea7f2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 3 deletions

View file

@ -41,9 +41,6 @@
(stylus-mode :lang web))
"TODO")
(defvar doom-docs-dir (concat doom-emacs-dir "docs/")
"TODO")
;;
;; Helpers

View file

@ -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")