diff --git a/core/autoload/help.el b/core/autoload/help.el index 3218e10af..909898d60 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -576,9 +576,7 @@ If prefix arg is present, refresh the cache." (if (file-exists-p readme-path) (doom--help-insert-button "readme" - (expand-file-name - "README.org" - readme-path)) + readme-path) (insert "no readme")) (insert ")\n"))))