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
For example, if one collects or exports the result of running consult-grep with a prefix argument, then the search directories are forgotten if the buffer is refreshed:
Ideally it should remember the directories (/tmp/foo/,/tmp/bar/) and not that it was originally invoked with a prefix argument. Otherwise you would have to re-select those on every refresh.
However, I'm not sure how easy this would be to implement. I looked around a bit and saw that only the actual command is retained in embark--command today. Is it possible to capture the arguments somewhere and then inject them back in embark--rerun-function?
The text was updated successfully, but these errors were encountered:
For example, if one collects or exports the result of running
consult-grep
with a prefix argument, then the search directories are forgotten if the buffer is refreshed:Ideally it should remember the directories (
/tmp/foo/,/tmp/bar/
) and not that it was originally invoked with a prefix argument. Otherwise you would have to re-select those on every refresh.However, I'm not sure how easy this would be to implement. I looked around a bit and saw that only the actual command is retained in
embark--command
today. Is it possible to capture the arguments somewhere and then inject them back inembark--rerun-function
?The text was updated successfully, but these errors were encountered: