Skip to content

Commit

Permalink
Add autoload cookie for rg-menu (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Dec 12, 2020
1 parent 151f3ed commit 26fd01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rg-menu.el
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,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)
(define-transient-command rg-menu ()
"Show menu buffer for rg commands."
:man-page "rg"
Expand Down

0 comments on commit 26fd01b

Please sign in to comment.