mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix 'readme' button doom/help-packages
The button was trying to open `path/to/README.org/README.org`.
This commit is contained in:
@ -576,9 +576,7 @@ If prefix arg is present, refresh the cache."
|
|||||||
(if (file-exists-p readme-path)
|
(if (file-exists-p readme-path)
|
||||||
(doom--help-insert-button
|
(doom--help-insert-button
|
||||||
"readme"
|
"readme"
|
||||||
(expand-file-name
|
readme-path)
|
||||||
"README.org"
|
|
||||||
readme-path))
|
|
||||||
(insert "no readme"))
|
(insert "no readme"))
|
||||||
(insert ")\n"))))
|
(insert ")\n"))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user