Skip to content

Commit

Permalink
Fix autoload cookie of rg-isearch-menu and rg-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
casch-at committed Sep 4, 2024
1 parent 5420dc6 commit e9727cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit e9727cf

Please sign in to comment.