Unbind C-h in help-map

It interferes with which-key help/paging for the SPC h prefix.
This commit is contained in:
Henrik Lissner 2019-04-12 16:07:32 -04:00
parent a1df75aa43
commit 94a2bc77ef
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -189,6 +189,10 @@
"C-m" #'info-emacs-manual
"C-v" #'doom/version
;; Unbind `help-for-help'. Conflicts with which-key's help command for the
;; <leader> h prefix. It's already on ? and F1 anyway.
"C-h" nil
;; replacement keybinds
;; replaces `info-emacs-manual' b/c it's on C-m now
"r" nil