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
nano-emacs/nano-defaults.el
Line 113 in 0f59956
Or maybe just a note in the README?
I didn't expect to have my custom bindings stop working when setting up nano and removing (require 'nano-bindings).
(require 'nano-bindings)
I shouldn't have, but since I was playing with multiple modes at the same times, it took me a while to figure out why my M-x wasn't working anymore.
The text was updated successfully, but these errors were encountered:
Sorry for the delay. You're right that bindings should be moved outside. Note that I've started splitting nano-emacs into several packages to separate things and this change would simplify the split even more (see https://github.com/rougier/nano-theme, https://github.com/rougier/nano-modeline/, https://github.com/rougier/nano-splash/)
Sorry, something went wrong.
No branches or pull requests
nano-emacs/nano-defaults.el
Line 113 in 0f59956
Or maybe just a note in the README?
I didn't expect to have my custom bindings stop working when setting up nano and removing
(require 'nano-bindings)
.I shouldn't have, but since I was playing with multiple modes at the same times, it took me a while to figure out why my M-x wasn't working anymore.
The text was updated successfully, but these errors were encountered: