Can't toggle multiedit mark with RET in org buffer
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### I confirm that...
- [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved.
- [x] I have read "[How to Debug Issues](https://doomemacs.org/d/how2debug)", and will use it to provide as much information about this issue as possible.
- [x] The issue can be reproduced on the **latest** available commit of Doom.
- [x] The issue can be reproduced on a stable release of Emacs, such as 27, 28, 29, or 30. *(Unstable versions end in .50, .60, or .9x)*
### Expected behavior
`RET` is bond to `evil-multiedit-toggle-or-restrict-region` when cursor is on multiedit mark, other wise (not in multiedit mode, or in multiedit mode but cursor is not on multiedit mark) bond to `+org/dwim-at-point`
### Current behavior
The issue only exists in org buffer, because `RET` is bond to `+org/dwim-at-point`. seems because evil-org-mode-map take precedence over evil-multiedit-mode-map?
### Steps to reproduce
In org buffer, after I add multiedit marks by consecutive `M-d`, and jump to one of the mark with `C-p`, I can't toggle mark on the text under the cursor with `RET`.
### System Information
https://pastebin.com/qr7xtWSF
Contributor guide
Assessment
This issue has not been assessed yet.