Undefined variable when running ace-link-help
Closed this issue · 0 comments
djr7C4 commented
I get an error that says the variable ace-link-help is undefined when running the function ace-link-help.
The problem seems to be a missing quote in the definition of the ace-link-help function. Changing the line "(avy--with-avy-keys ace-link-help" to " (avy--with-avy-keys 'ace-link-help" seems to fix it.