benma / visual-regexp-steroids.el

Extends visual-regexp to support other regexp engines
255 stars 14 forks source link

autoload vr/isearch-backward and vr/isearch-forward #10

Closed thdox closed 8 years ago

thdox commented 9 years ago

Hello, is there any reason to not autoload vr/isearch-backward and vr/isearch-forward. I would like to bind a keyboard shortcut to these, but as they are not autoloaded, I cannot bind. I can propose simple Pull Request to add the autoload keyword to vr/isearch-backward and vr/isearch-forward, but I was wondering if there is any intention to not autoload?

I know that I can require in my .emacs the package before binding, but I do not want for performance reasons.

benma commented 9 years ago

No reason at all. I added it here: 7b362addac0ac9f988b01b400d3437ea82f52d1f

Let me know if it works for you.