Move describe-keymap to SPC h d K and document it

This commit is contained in:
syl20bnr 2015-11-22 22:31:29 -05:00
parent 589ccded17
commit b540b15afe
2 changed files with 2 additions and 2 deletions

View File

@ -1292,6 +1292,7 @@ thusly:
| ~SPC h d f~ | describe a function |
| ~SPC h d F~ | describe a face |
| ~SPC h d k~ | describe a key |
| ~SPC h d K~ | describe a keymap |
| ~SPC h d m~ | describe current modes |
| ~SPC h d p~ | describe a package |
| ~SPC h d s~ | copy system information that you can paste in gitter chat |

View File

@ -950,8 +950,7 @@ ARG non nil means that the editing style is `vim'."
(defun spacemacs-base/init-help-fns+ ()
(use-package help-fns+
:commands (describe-keymap)
:init
(spacemacs/set-leader-keys "hK" 'describe-keymap)))
:init (spacemacs/set-leader-keys "hdK" 'describe-keymap)))
(defun spacemacs-base/init-hs-minor-mode ()
;; required for evil folding