]> err.no Git - dotfiles/commitdiff
Not exiting with C-x C-c is annoying. Stop it
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 26 Dec 2005 12:23:38 +0000 (12:23 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 26 Dec 2005 12:23:38 +0000 (12:23 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@862 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index a148edb310026380b5db5db11baaca7ae119bff7..24d7f00e5e148f3e37a6f217fd6e8b59a17ae1e9 100644 (file)
--- a/emacs
+++ b/emacs
         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)