diff --git a/init.el b/init.el index d4b9b9b..c0a6547 100644 --- a/init.el +++ b/init.el @@ -380,6 +380,8 @@ This overrides the default `display-startup-echo-area-message' function." :bind ;; General binds ("C-z" . undo) + ("C-h" . delete-backward-char) + ("C-?" . help-command) ("C-c SPC" . tmm-menubar) ("C-c DEL" . fixup-whitespace) ("C-c d" . delete-pair)