I use C-j for 'backward-char; however, when editing a .asm file it overwrites C-j to insert new line.
How do I disable this, and/or rebind to 'backward-char.
|
I use C-j for 'backward-char; however, when editing a .asm file it overwrites C-j to insert new line. How do I disable this, and/or rebind to 'backward-char. |
|||||
|
|
This should do the trick for you:
(put that in your .emacs). |
|||
|
|
|
Try a mode-specific hook:
|
|||
|
|