mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(docs): if doom-emacs-dir doesn't end w/ slash
Doom is slowly transitioning away from requiring that its doom-*-dir variables end in a slash (see two refs below), but there are some vestiges of it left. This is one of them. Fix: #6842 Ref:00e8f6b72a
Ref:b914830403
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
;;; Code:
|
||||
|
||||
;;;###autoload
|
||||
(defvar doom-docs-dir (concat doom-emacs-dir "docs/")
|
||||
(defvar doom-docs-dir (file-name-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
|
||||
|
Reference in New Issue
Block a user