Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rg-isearch-menu should be autoloaded #137

Closed
hmelman opened this issue Apr 19, 2022 · 1 comment
Closed

rg-isearch-menu should be autoloaded #137

hmelman opened this issue Apr 19, 2022 · 1 comment

Comments

@hmelman
Copy link

hmelman commented Apr 19, 2022

rg-isearch recommends configuring it via:

(define-key isearch-mode-map "\M-sr" 'rg-isearch-menu)

But this doesn't work alone, it fails on first use since rg-isearch isn't loaded. Putting an ;;;###autoload token before the transient-define-prefix call I think will fix it, and not make the user do a (require 'rg-isearch) or their own autoload call.

@dajva
Copy link
Owner

dajva commented Apr 23, 2022

Fixed. Thanks for the report.

@dajva dajva closed this as completed Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants