Skip to content

Commit

Permalink
Add documentation for SPC h L
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 16, 2015
1 parent 562668a commit a3aaf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spacemacs/keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3aaf8a

Please sign in to comment.