From 7ca9ff68f972c205cbc01b0b8ae2cd64dfcf4086 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 14 Nov 2017 17:30:57 -0500 Subject: [PATCH] Backspace has been remapped to a more convenient location --- init.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/init.el b/init.el index 0eb5680..3aa97a7 100644 --- a/init.el +++ b/init.el @@ -312,17 +312,9 @@ a file in the home directory." (global-set-key (kbd "") 'set-mark-command) (global-set-key (kbd "") 'set-mark-command) -;; Try to get rid of backspace -(global-set-key (kbd "C-h") 'delete-backward-char) -(global-set-key (kbd "S-SPC") 'delete-backward-char) ;;(setq help-char (kbd "H-h") (global-set-key (kbd "M-h") 'backward-kill-word) (global-set-key (kbd "C-M-h") 'backward-kill-sexp) -(global-set-key (kbd "H-h ") 'help-command) - - - - ;; * clever mark stuff (require 'visible-mark)