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:
parent
2bb7e8d018
commit
d362490d45
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;;;###autoload
|
;;;###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.")
|
"Where Doom's documentation files are stored. Must end with a slash.")
|
||||||
|
|
||||||
;; DEPRECATED Will be renamed once docs "framework" is generalized
|
;; DEPRECATED Will be renamed once docs "framework" is generalized
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue