-
Notifications
You must be signed in to change notification settings - Fork 7
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
Change the prefix keys #7
Comments
Does the above code not work? That is the first method that comes to mind for me. |
I tried to evaluate the code by a12l and it didn't spit out any error message in the newest version of Emacs, but it lso didn't seem to work, because it says "s-c" is unbound. More generally I'm working on a similar project where I'd like to reconfigure C-c, and I tried evaluating your keys.el with C-d replaced by C-p and with the keys list emptied, and it didn't give an error but also it didn't change the behavior of C-p. If I don't interfere with it otherwise it still sends backward-char and if I unbind it and then try the evaluation again it just says the key is unbound. Can you maybe take a quick look at this? As I said, I tried by replacing C-d and emptying the key list in your keys.el just to be sure it didn't work then, but before I tried to strip down the code to what should be necessary and used that:
Where |
If you only want to rebind the prefix key, then I suggest you look at my other project, rebinder. It is basically the rebinding part extracted out. |
Thanks, I'll check it out!
darkstego [2023-10-10 Tue 19:15] wrote:
… If you only want to rebind the prefix key, then I suggest you
look at my other project, rebinder. It is basically the
rebinding part
extracted out.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Is there a nicer way to change the rebinding of
C-c
andC-x
fromC-d
andC-e
tos-c
ands-x
respectively?The text was updated successfully, but these errors were encountered: