Fix 'readme' button doom/help-packages
The button was trying to open `path/to/README.org/README.org`.
This commit is contained in:
parent
2d718cc86f
commit
a5f39d75a5
1 changed files with 1 additions and 3 deletions
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue