C-M-h is more useful as mark-defun

This commit is contained in:
Bozhidar Batsov 2013-03-15 17:32:39 +02:00
parent a95b60eda6
commit 3ac3415a2c

View file

@ -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)