Skip to content

Commit

Permalink
Fix incorrect hyperlink for command map binding (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhnr authored and bbatsov committed Nov 5, 2016
1 parent 44f75e3 commit f05b37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ commands. Here's an example that adds `super-p` as the extra prefix:

You can also bind the `projectile-command-map` to any other map you'd
like (including the global keymap). Prelude does this for its
[prelude-mode-map](https://github.com/bbatsov/prelude/blob/master/core/prelude-mode.el#L68).
[prelude-mode-map](https://github.com/bbatsov/prelude/blob/master/core/prelude-mode.el#L71).

For some common commands you might want to take a little shortcut and
leverage the fairly unused `Super` key (by default `Command` on Mac
Expand Down

0 comments on commit f05b37c

Please sign in to comment.