From 409701c8075302bd46ff014fe550de5d781b88c9 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 26 Dec 2005 12:23:38 +0000 Subject: [PATCH] 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 --- emacs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) -- 2.39.5