From 26caea7f2bcd887024e2aa1e0934051135b5b47b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Jun 2018 21:39:40 +0200 Subject: [PATCH] Move doom-docs-dir to core.el --- core/autoload/help.el | 3 --- core/core.el | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/autoload/help.el b/core/autoload/help.el index ce33d49e0..ec5aa41c3 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -41,9 +41,6 @@ (stylus-mode :lang web)) "TODO") -(defvar doom-docs-dir (concat doom-emacs-dir "docs/") - "TODO") - ;; ;; Helpers diff --git a/core/core.el b/core/core.el index c64cb65f7..cf29ad423 100644 --- a/core/core.el +++ b/core/core.el @@ -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")