diff options
| author | Omair Majid <omajid@redhat.com> | 2019-03-15 17:50:57 -0400 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-03-16 09:41:09 +0000 |
| commit | 8f6faaecc4803e6bd72b99576681bd8ec129fc01 (patch) | |
| tree | fb7367ac748668bd6bcd0c06ff814ef518bc8a2b /evil-collection.el | |
| parent | 25597c225f0cdda75f2faaeaf4b4ed81bb97c427 (diff) | |
Add omnisharp
Add some basic keybindings for omnisharp
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-collection.el b/evil-collection.el index cd5f8ee..c3784c8 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -166,6 +166,7 @@ See https://github.com/emacs-evil/evil-collection/issues/60 for more details.") nov ;; occur is in replace.el which was built-in before Emacs 26. (occur ,(if (<= emacs-major-version 25) "replace" 'replace)) + omnisharp outline p4 (package-menu package) |
