From 3ac3415a2c5bdd7a4cba8bac914577bcde388627 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 15 Mar 2013 17:32:39 +0200 Subject: [PATCH] C-M-h is more useful as mark-defun --- core/prelude-global-keybindings.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 3c07e04..1ccf139 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -32,9 +32,6 @@ ;;; Code: -;; You know, like Readline. -(global-set-key (kbd "C-M-h") 'backward-kill-word) - ;; Align your code in a pretty way. (global-set-key (kbd "C-x \\") 'align-regexp)