-
Notifications
You must be signed in to change notification settings - Fork 23
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
Any way to not enable outshine keybindings? #75
Comments
Thanks for the report, @casouri! I've had a quick look. First, I don't think My understanding is that it essentially enables what it calls “speed commands”, that is, single-letter commands that work only at specific locations. I'm not sure why we couldn't have those with just If I'm correct, we could drop this feature and merge speed commands into the common fallback-binding mechanism. I'll have a deeper look when I'll find the time. |
As I mentioned in your PR, the best way to handle this would be to define a minor mode. The |
I'm not sure if this is related to what I need. But I will ask here first instead of opening a new issue. I want to just unbind I'm new to Lisp and Emacs so I don't know if it's obvious, I've also searched and didn't found an answer in closed issues, sorry if there is one and I couldn't find. |
How can I define a minor mode without the outshine keybindings? |
You could just copy the existing definition and change it to use a keymap without any bindings. Or you could clear all of the bindings in the existing keymap. |
I'm not a emacs crack, where can I find the outshine keymap? |
I don't want to enable bindings from outshine, hence the config:
However,
C-h k n
shows that the self-insert-key is still bound by outhsine. Any way to disable that?The text was updated successfully, but these errors were encountered: