refactor(docs): move doom-docs-dir to lib/docs.el
This is not an essential core variable, so it should be defined where it used, instead.
This commit is contained in:
parent
b943e4d73a
commit
401a5aa530
2 changed files with 4 additions and 3 deletions
|
@ -12,6 +12,10 @@
|
|||
;;
|
||||
;;; Code:
|
||||
|
||||
;;;###autoload
|
||||
(defvar doom-docs-dir (concat doom-emacs-dir "docs/")
|
||||
"Where Doom's documentation files are stored. Must end with a slash.")
|
||||
|
||||
;; DEPRECATED Will be renamed once docs "framework" is generalized
|
||||
(defvar doom-docs-header-alist
|
||||
`(("/docs/index\\.org$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue