Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link for example keybindings #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion _integrations/emacs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ github: omnisharp-emacs
1. Build it :)
1. Download [curl](http://curl.haxx.se/download.html)
1. Customize omnisharp with `M-x customize-group RET omnisharp RET`
1. Currently there are default keybinding suggestions for `evil-mode` users [at github](https://github.com/OmniSharp/omnisharp-emacs/blob/master/example-config-for-evil-mode.el). Adopt them or create your own!
1. Currently there are default keybinding suggestions for `evil-mode` users [at github](https://github.com/OmniSharp/omnisharp-emacs/blob/567ff1ec2f1b02ac145eb44f0680d033fddaf0b5/doc/example-config-for-evil-mode.el). Adopt them or create your own!
- Start omnisharp with `M-x omnisharp-mode RET` or automatically in a mode hook

### Long version
Expand Down