emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A wish, a plea


From: Juanma Barranquero
Subject: Re: A wish, a plea
Date: Fri, 22 Jun 2007 11:03:52 +0200

On 6/22/07, Kim F. Storm <address@hidden> wrote:

One of the first things I changed when I started to use Emacs was
to change the "kill-emacs" binding to C-x C-c C-x

(global-set-key "\C-x\C-c"      'nil)
(global-set-key "\C-x\C-c\C-x"  'save-buffers-kill-emacs)

I wrapped save-buffers-kill-emacs in a little function that asks for
confirmation. I don't mind being asked every time; it's not that
frequent. But I hate exiting Emacs by accident.

            Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]