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

Fix autoload cookie of rg-isearch-menu and rg-menu #175

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rg-isearch.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ in files matching the current file type."
:format literal
:files current)

;;;###autoload (autoload 'rg-isearch-menu "rg-isearch.el" "" t)
;;;###autoload (autoload 'rg-isearch-menu "rg-isearch.el" "" t)
(transient-define-prefix rg-isearch-menu ()
"Show menu for rg isearch commands."
[:description "Search with ripgrep"
Expand Down
3 changes: 1 addition & 2 deletions rg-menu.el
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ FUNC is an rerun function invoked from an `rg-mode' buffer."
(rg-menu-wrap-transient-rerun rg-rerun-change-files)
(rg-menu-wrap-transient-rerun rg-rerun-change-dir)

;;;###autoload (autoload 'rg-menu "rg-menu.el" "" t)
;;;###autoload (autoload 'rg-menu "rg-menu.el" "" t)
(transient-define-prefix rg-menu ()
"Show menu buffer for rg commands."
:man-page "rg"
Expand Down Expand Up @@ -223,4 +223,3 @@ If prefix is not supplied `rg-keymap-prefix' is used."
(provide 'rg-menu)

;;; rg-menu.el ends here

Loading