From 92ff615f9cb6a501cef2ca95f35abd20a70d2f28 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 12 May 2021 16:42:18 -0500 Subject: Unbind h --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9d2fa33..b8951a0 100644 --- a/init.el +++ b/init.el @@ -624,7 +624,9 @@ find-function-C-source-directory (acdw/find-emacs-source)) (:global "M-=" count-words - "C-w" kill-region-or-backward-word) + "C-w" kill-region-or-backward-word + " h" nil ; HELLO takes a long time to load on Windows + ) ;; Remap C-h to DEL -- can be the "help" key (define-key key-translation-map [?\C-h] [?\C-?]) -- cgit 1.4.1-21-gabe81