Disable or reassign emergency exit in emacs?

Can I disable the emergency exit feature in the emacs console or reassign it to a different key combination? I have a bad habit of hitting several times C-gwhile navigating, and it is disappointing when I slowly connect to the shell, when I am on a slow connection.

+3
source share
1 answer

You can always cancel the emergency exit by responding nto both prompts .

You can call set-input-modeor set-quit-charto change the termination character. You can leave it C-gtied to keyboard-quitjust to reject crash functionality.

, , . , , .

+3

All Articles