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
On updating pamparam recently, I restarted Emacs to find a error is occurring in the package worf. The error seems to relate to the variable hydra-worf-change being void.
I have noticed that, on some versions of Emacs, requiring `worf` fails with a void-variable error on `hydra-worf-change`.
This user here abo-abo/pamparam#34 also seems to be getting the same error.
I do not fully understand why, but adding `(require 'hydra)` to the `worf.el` file has completely fixed this issue for me.
Please feel free to just close this PR if you want, as I'm not able to give a good justification of why this works.
I am using spacemacs (development brach). After upgrading Emacs from 26.3 to 28.1 I also found the same problem.
The solution by leotaku works for me leotaku/worf@38e901d
On updating pamparam recently, I restarted Emacs to find a error is occurring in the package
worf
. The error seems to relate to the variablehydra-worf-change
being void.As I am pretty new to elisp, any advice would be helpful.
The text was updated successfully, but these errors were encountered: