changeset 15:b1a031281538

Fix the kill buffer keybinding
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Tue, 18 May 2010 14:55:25 -0500
parents dc21d220ee5c
children b8eeda0a7bad
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -94,7 +94,7 @@
 (global-set-key (kbd "M-s") 'backward-kill-word)
 
 ;; Only killing the current buffer is useful (thanks to madpickle of #emacs)
-(global-set-key (kbd "C-x C-k")
+(global-set-key (kbd "C-x k")
                 (lambda () (interactive) (kill-buffer (current-buffer))))
 
 (setq auto-mode-alist