From: tfheen Date: Mon, 26 Dec 2005 12:23:38 +0000 (+0000) Subject: Not exiting with C-x C-c is annoying. Stop it X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409701c8075302bd46ff014fe550de5d781b88c9;p=dotfiles Not exiting with C-x C-c is annoying. Stop it git-svn-id: file:///svn/tfheen/trunk/dotfiles@862 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/emacs b/emacs index a148edb..24d7f00 100644 --- a/emacs +++ b/emacs @@ -75,11 +75,11 @@ mc-passwd-timeout 600)) (global-set-key "\M-n" 'browse-url-at-point) -(global-set-key (kbd "C-x C-c") -#'(lambda () (interactive) - (if (and window-system (string-match "yiwaz\\|thosu" system-name)) - (message "you must be kidding") - (save-buffers-kill-emacs)))) +;(global-set-key (kbd "C-x C-c") +;#'(lambda () (interactive) +; (if (and window-system (string-match "yiwaz\\|thosu" system-name)) +; (message "you must be kidding") +; (save-buffers-kill-emacs)))) (global-set-key [(control backspace)] 'undo) (global-set-key [(control return)] 'find-tag)