Disable electric-pair-local-mode in C#
This commit is contained in:
parent
ac41385659
commit
6fbafae2c8
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0320.005622
|
;; Version: 2020.0325.155305
|
||||||
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck oni-yasnippet oni-hydra oni-fci smartparens)
|
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck oni-yasnippet oni-hydra oni-fci smartparens)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -148,7 +148,6 @@ _cs_: Solution ^^ _mr_: Reload Solution
|
||||||
|
|
||||||
(add-hook 'csharp-mode-hook 'company-mode)
|
(add-hook 'csharp-mode-hook 'company-mode)
|
||||||
(add-hook 'csharp-mode-hook 'electric-indent-local-mode)
|
(add-hook 'csharp-mode-hook 'electric-indent-local-mode)
|
||||||
(add-hook 'csharp-mode-hook 'electric-pair-local-mode)
|
|
||||||
(add-hook 'csharp-mode-hook 'fci-mode)
|
(add-hook 'csharp-mode-hook 'fci-mode)
|
||||||
(add-hook 'csharp-mode-hook 'flycheck-mode)
|
(add-hook 'csharp-mode-hook 'flycheck-mode)
|
||||||
(add-hook 'csharp-mode-hook 'omnisharp-mode)
|
(add-hook 'csharp-mode-hook 'omnisharp-mode)
|
||||||
|
|
Loading…
Reference in a new issue