We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emacs version: Emacs 30 (trunk) Operating System: Linux
The //RET bindings from the minor mode should override the evil state.
The minor mode bindings have no effect.
The immediate fix, usable by a user, is:
(add-hook 'completion-in-region-mode-hook #'evil-normalize-keymaps) (evil-make-overriding-map completion-in-region-mode-map))
Possibly there's some different way to fix it inside the evil core.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Environment
Emacs version: Emacs 30 (trunk)
Operating System: Linux
Reproduction steps
Expected behavior
The //RET bindings from the minor mode should override the evil state.
Actual behavior
The minor mode bindings have no effect.
Further notes
The immediate fix, usable by a user, is:
Possibly there's some different way to fix it inside the evil core.
The text was updated successfully, but these errors were encountered: