fix(lib): 'back to *' links in doom-docs
This commit is contained in:
parent
8e671f494d
commit
af8ec870ac
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
(("/docs/[^/]+\\.org$" "/modules/README\\.org$")
|
(("/docs/[^/]+\\.org$" "/modules/README\\.org$")
|
||||||
(:label "Back to index"
|
(:label "Back to index"
|
||||||
:icon "arrow_back"
|
:icon "arrow_back"
|
||||||
:link ("doom-index" . "")
|
:link "doom-index"
|
||||||
:help-echo "Navigate to the root index"))
|
:help-echo "Navigate to the root index"))
|
||||||
("/modules/[^/]+/README\\.org$"
|
("/modules/[^/]+/README\\.org$"
|
||||||
(:label "Back to module index"
|
(:label "Back to module index"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue