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
I'm not sure if this is an embark issue or a consult one (or if it's fixable), so hopefully I guessed at the right place to create this.
Let's say I want automatic previews when using consult-line, but with consult-ripgrep I don't want this, and want to set a :preview-key with consult-customize. This works great, but now suppose I want to call embark-act first (to search for the symbol at point), then I get automatic previews with consult-ripgrep.
Then just use C-. C-c r to search for the symbol at point with consult-ripgrep.
I think that this-command is embark-act when consult-ripgrep is called this way, as if I act embark-act to the consult-customize call, I don't get automatic previews with consult-ripgrep (but this means I don't get them when combining embark-act with consult-line either).
(There are other ways to get the symbol-at-point functionality with consult commands, so it's not a major issue if this can't be fixed)
The text was updated successfully, but these errors were encountered:
I'm not sure if this is an embark issue or a consult one (or if it's fixable), so hopefully I guessed at the right place to create this.
Let's say I want automatic previews when using
consult-line
, but withconsult-ripgrep
I don't want this, and want to set a:preview-key
withconsult-customize
. This works great, but now suppose I want to callembark-act
first (to search for the symbol at point), then I get automatic previews withconsult-ripgrep
.This can be reproduced with the following config:
Then just use
C-. C-c r
to search for the symbol at point withconsult-ripgrep
.I think that
this-command
isembark-act
whenconsult-ripgrep
is called this way, as if I actembark-act
to theconsult-customize
call, I don't get automatic previews withconsult-ripgrep
(but this means I don't get them when combiningembark-act
withconsult-line
either).(There are other ways to get the symbol-at-point functionality with consult commands, so it's not a major issue if this can't be fixed)
The text was updated successfully, but these errors were encountered: