justinbarclay / parinfer-rust-mode

Simplifying how you write Lisp
https://shaunlebron.github.io/parinfer/
GNU General Public License v3.0
227 stars 16 forks source link

Remove default bindings to C-c C-p key prefix #63

Closed dannyfreeman closed 1 year ago

dannyfreeman commented 1 year ago

This binding is reserved for major modes, not minor modes. See: https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html

This should resolve issue #62