You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does deadgrep support the multiline option? If not, any ideas for a workaround?
Something like this might be nice:
(defcustomdeadgrep-additional-flags
'("--multiline")
"List of additional arguments that will be passed to rg.")
(add-to-list deadgrep-additional-flags "--another-flag")