Not able to match space character with consult-line
#873
Answered
by
minad
david-alvarez-rosa
asked this question in
Q&A
-
I'm not able to match space character " " when using For instance, given the below code snippet int main() {
auto my_string{"Emacs is so cool!"};
} I have not way of matching |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Oct 19, 2023
Replies: 1 comment 3 replies
-
I assume you use the Orderless completion style? You can set |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
david-alvarez-rosa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you use the Orderless completion style? You can set
orderless-component-separator
toorderless-escapable-split-on-space
and then escape the space with backlash.