-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
In "RET lookup for the word", RET should be C-c C-o #9
Comments
In evilified buffers RET is bound to |
I've never used Evil. If you want to (define-key mw-thesaurus-mode-map (kbd "RET") #'mw-thesaurus--lookup-at-point) |
No, I'm pretty sure that's the reason why I did it that way in the first place. I wanted it to be in Org-mode, using outline worked, but it wasn't looking as nice, and in evilified org-mode buffer, |
You want and then (define-key mw-thesaurus-mode-map (kbd "RET") #'mw-thesaurus--lookup-at-point) doesn't work for you? |
i also have this issue. not using evil, RET doesn't work for me. |
mw-thesaurus.el/mw-thesaurus.el
Line 64 in aaa4b7b
org-open-at-point
is bound toC-c C-o
notRET
by default. Maybe you just want to bindRET
directly without remap?The text was updated successfully, but these errors were encountered: