mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(docs): remove redundant doom-docs-dir
A vestigial snippet for local testing accidentally left behind.
This commit is contained in:
@ -2,11 +2,6 @@
|
||||
;;; Commentary:
|
||||
;;; 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
|
||||
`(("/docs/index\\.org$"
|
||||
(left ("↖ FAQ" . "doom-faq:")))
|
||||
|
Reference in New Issue
Block a user