File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ to setup keybindings for `csharp-mode`.
128
128
(setq tab-width 4)
129
129
(setq evil-shift-width 4)
130
130
131
+ ;csharp-mode README.md recommends this too
132
+ ;(electric-pair-mode 1) ;; Emacs 24
133
+ ;(electric-pair-local-mode 1) ;; Emacs 25
134
+
131
135
(local-set-key (kbd "C-c r r") 'omnisharp-run-code-action-refactoring)
132
136
(local-set-key (kbd "C-c C-c") 'recompile))
133
137
Original file line number Diff line number Diff line change 1
1
; ;; omnisharp.el --- Omnicompletion (intellisense) and more for C# -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright (C) 2013-2017 Mika Vilpas and others (GPLv3)
3
+ ; ; Copyright (C) 2013-2018 Mika Vilpas and others (GPLv3)
4
4
; ; Author: Mika Vilpas and others
5
- ; ; Version: 4.1
5
+ ; ; Version: 4.2
6
6
; ; License: GNU General Public License version 3, or (at your option) any later version
7
7
; ; Url: https://github.com/Omnisharp/omnisharp-emacs
8
8
; ; 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"))
You can’t perform that action at this time.
0 commit comments