DevelopmentCool2449 / colorful-mode

🎨Preview any color in your buffer
GNU General Public License v3.0
58 stars 5 forks source link

C-c bindings in colorful-mode-map #1

Closed jumper047 closed 5 months ago

jumper047 commented 5 months ago

Hi, according to Emacs Key Bindings Convention:

Don’t define C-c letter as a key in Lisp programs. Sequences consisting of C-c and a letter (either upper or lower case; ASCII or non-ASCII) are reserved for users; they are the only sequences reserved for users, so do not block them.

DevelopmentCool2449 commented 5 months ago

Hi, Thank you for the advice, that was my doubt I had when I was making the bindings because there are other packages that also bind to C-c.

I've now changed the key prefix.