Browse Source

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

custom
Bozhidar Batsov 13 years ago
parent
commit
3ac3415a2c
  1. 3
      core/prelude-global-keybindings.el

3
core/prelude-global-keybindings.el

@ -32,9 +32,6 @@
;;; Code: ;;; Code:
;; You know, like Readline.
(global-set-key (kbd "C-M-h") 'backward-kill-word)
;; Align your code in a pretty way. ;; Align your code in a pretty way.
(global-set-key (kbd "C-x \\") 'align-regexp) (global-set-key (kbd "C-x \\") 'align-regexp)

Loading…
Cancel
Save