If you have a file named "multiple-cursors.el" and you load it, phi-search will trigger the eval-after-load block about mc/cursor-specific-vars and if multiple-cursors isn't loaded it creates an error about unknown variable.
The correct way to use eval-after-load is the symbol form, which waits until something provide this symbol.
Hello,
If you have a file named "multiple-cursors.el" and you load it, phi-search will trigger the eval-after-load block about
mc/cursor-specific-vars
and if multiple-cursors isn't loaded it creates an error about unknown variable.The correct way to use eval-after-load is the symbol form, which waits until something
provide
this symbol.