Skip to content

Commit 588b848

Browse files
authored
Merge pull request #422 from razzmatazz/master
omnisharp.el: 4.2 release
2 parents bafb14c + 355298c commit 588b848

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ to setup keybindings for `csharp-mode`.
128128
(setq tab-width 4)
129129
(setq evil-shift-width 4)
130130
131+
;csharp-mode README.md recommends this too
132+
;(electric-pair-mode 1) ;; Emacs 24
133+
;(electric-pair-local-mode 1) ;; Emacs 25
134+
131135
(local-set-key (kbd "C-c r r") 'omnisharp-run-code-action-refactoring)
132136
(local-set-key (kbd "C-c C-c") 'recompile))
133137

omnisharp.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; omnisharp.el --- Omnicompletion (intellisense) and more for C# -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2013-2017 Mika Vilpas and others (GPLv3)
3+
;; Copyright (C) 2013-2018 Mika Vilpas and others (GPLv3)
44
;; Author: Mika Vilpas and others
5-
;; Version: 4.1
5+
;; Version: 4.2
66
;; License: GNU General Public License version 3, or (at your option) any later version
77
;; Url: https://github.com/Omnisharp/omnisharp-emacs
88
;; Package-Requires: ((emacs "24.4") (flycheck "30") (dash "2.12.0") (auto-complete "1.4") (popup "0.5.1") (csharp-mode "0.8.7") (cl-lib "0.5") (s "1.10.0") (shut-up "0.3.2") (f "0.19.0"))

0 commit comments

Comments
 (0)