Enable smartparens mode in C#
This commit is contained in:
parent
fa2264a94c
commit
742f8b4891
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0229.133028
|
;; Version: 2020.0229.134806
|
||||||
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck)
|
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -92,6 +92,7 @@
|
||||||
(add-hook 'csharp-mode-hook 'omnisharp-mode)
|
(add-hook 'csharp-mode-hook 'omnisharp-mode)
|
||||||
(add-hook 'csharp-mode-hook 'oni-csharp--auto-fill-mode)
|
(add-hook 'csharp-mode-hook 'oni-csharp--auto-fill-mode)
|
||||||
(add-hook 'csharp-mode-hook 'rainbow-delimiters-mode)
|
(add-hook 'csharp-mode-hook 'rainbow-delimiters-mode)
|
||||||
|
(add-hook 'csharp-mode-hook 'smartparens-mode)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(add-to-list 'auto-mode-alist '("\\.xaml\\'" . nxml-mode))
|
(add-to-list 'auto-mode-alist '("\\.xaml\\'" . nxml-mode))
|
||||||
|
|
Loading…
Reference in a new issue