From bf5a400c41ba14c3829e81b55fd9fcaa022868f9 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 14 Dec 2017 01:29:40 -0500 Subject: [PATCH] I never use these binding --- global.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/global.org b/global.org index 741c93c..9cafd4f 100644 --- a/global.org +++ b/global.org @@ -359,10 +359,6 @@ (concat emacs-dir basename) (concat "~/.emacs-" basename))))) - ;;(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) - ;; * clever mark stuff (require 'visible-mark) (visible-mark-mode t)