diff --git a/layers/+distribution/spacemacs-base/keybindings.el b/layers/+distribution/spacemacs-base/keybindings.el index 75ea7c6e0..ce87e712f 100644 --- a/layers/+distribution/spacemacs-base/keybindings.el +++ b/layers/+distribution/spacemacs-base/keybindings.el @@ -98,6 +98,7 @@ Ensure that helm is required before calling FUNC." (require 'helm) (call-interactively ',func)) (evil-leader/set-key ,keys ',func-name)))) +(evil-leader/set-key "hh" 'which-key-show-top-level) (spacemacs||set-helm-key "hdb" describe-bindings) (spacemacs||set-helm-key "hdc" describe-char) (spacemacs||set-helm-key "hdf" describe-function)