Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions recipes/aweshell.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name aweshell
:type github
:description "Awesome shell extension base on eshell with wonderful features!"
:pkgname "manateelazycat/aweshell"
:post-init
(require 'aweshell))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this require really needed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The author doesn't use autoload in the code. I have no idea which function should I add autoload in the recipe, so I use require to load it. Any suggestion of fixing this?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea which function should I add autoload in the recipe,

The interactive commands are usually a good place to start. May ask the package author too?