You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there no explicit (require 'hydra) because another required package requires it? After updating, I've found worf no longer works ((void-variable hydra-worf-change)) unless I add an explicit require.
I didn't have this issue before, so I'm not sure if it's because of my package manager (straight.el) or because another package that required hydra no longer does. If you think this is really unexpected, I will look into it further.
The text was updated successfully, but these errors were encountered:
I recently switched to straight from package.el and have discovered this for myself as well. There's a pull request to this effect, and I'd love to see it approved to resolve the issue on this and other packages that depend on worf.
Is there no explicit
(require 'hydra)
because another required package requires it? After updating, I've found worf no longer works ((void-variable hydra-worf-change)
) unless I add an explicit require.I didn't have this issue before, so I'm not sure if it's because of my package manager (straight.el) or because another package that required hydra no longer does. If you think this is really unexpected, I will look into it further.
The text was updated successfully, but these errors were encountered: