diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 19aed9b1f2a2..cb7a37493ad8 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1088,6 +1088,7 @@ Other help key bindings: | Key Binding | Description | |-------------+-----------------------------------------------| | ~SPC h i~ | search in info pages with the symbol at point | +| ~SPC h L~ | go to library a implementation | | ~SPC h m~ | search available man pages | *** Available layers diff --git a/spacemacs/keybindings.el b/spacemacs/keybindings.el index 3ecfbf4c37b3..d1174ef724c0 100644 --- a/spacemacs/keybindings.el +++ b/spacemacs/keybindings.el @@ -99,7 +99,7 @@ Ensure that helm is required before calling FUNC." (evil-leader/set-key "hds" 'spacemacs/describe-system-info) (spacemacs||set-helm-key "hdt" describe-theme) (spacemacs||set-helm-key "hdv" describe-variable) -(spacemacs||set-helm-key "hL" helm-locate-library) +(spacemacs||set-helm-key "hL" helm-locate-library) ;; search functions ----------------------------------------------------------- (spacemacs||set-helm-key "sww" helm-wikipedia-suggest) (spacemacs||set-helm-key "swg" helm-google-suggest)