mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Merge pull request #4582 from MageJohn/bugfix/extra-readme
Fix 'readme' button doom/help-packages
This commit is contained in:
@@ -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"))))
|
||||
|
||||
|
Reference in New Issue
Block a user