File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ in files matching the current file type."
75
75
:format literal
76
76
:files current)
77
77
78
- ; ;;###autoload (autoload 'rg-isearch-menu "rg-isearch.el" "" t)
78
+ ;;;### autoload (autoload 'rg-isearch-menu "rg-isearch.el" "" t)
79
79
(transient-define-prefix rg-isearch-menu ()
80
80
" Show menu for rg isearch commands."
81
81
[:description " Search with ripgrep"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ FUNC is an rerun function invoked from an `rg-mode' buffer."
116
116
(rg-menu-wrap-transient-rerun rg-rerun-change-files)
117
117
(rg-menu-wrap-transient-rerun rg-rerun-change-dir)
118
118
119
- ; ;;###autoload (autoload 'rg-menu "rg-menu.el" "" t)
119
+ ;;;### autoload (autoload 'rg-menu "rg-menu.el" "" t)
120
120
(transient-define-prefix rg-menu ()
121
121
" Show menu buffer for rg commands."
122
122
:man-page " rg"
@@ -223,4 +223,3 @@ If prefix is not supplied `rg-keymap-prefix' is used."
223
223
(provide 'rg-menu )
224
224
225
225
; ;; rg-menu.el ends here
226
-
You can’t perform that action at this time.
0 commit comments