You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The convention in Emacs is to leave C-c <letter> free for the user, as in no major or minor mode should use those keys. I know it's not a great alternative, but maybe C-c C-a <letter> would be good ("a" for "abl"), since that doesn't clobber any keys (at least in fgallina python.el, which is slated to be the built-in one in 24.3).
The convention in Emacs is to leave
C-c <letter>
free for the user, as in no major or minor mode should use those keys. I know it's not a great alternative, but maybeC-c C-a <letter>
would be good ("a" for "abl"), since that doesn't clobber any keys (at least in fgallina python.el, which is slated to be the built-in one in 24.3).http://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html
The text was updated successfully, but these errors were encountered: