fix(docs): remove redundant doom-docs-dir

A vestigial snippet for local testing accidentally left behind.
This commit is contained in:
Henrik Lissner
2022-08-02 21:34:32 +02:00
parent 4a71d217bd
commit 6e06bbb062

View File

@ -2,11 +2,6 @@
;;; Commentary: ;;; Commentary:
;;; Code: ;;; Code:
;; REVIEW Remove me before pushing
(defconst doom-docs-dir
(expand-file-name "../../docs/" (file-name-directory load-file-name))
"Where Doom's documentation files are stored. Must end with a slash.")
(defvar doom-docs-header-alist (defvar doom-docs-header-alist
`(("/docs/index\\.org$" `(("/docs/index\\.org$"
(left ("↖ FAQ" . "doom-faq:"))) (left ("↖ FAQ" . "doom-faq:")))