Add ‘fill-column-indicator’ to C# configuration
This commit is contained in:
parent
74a20197df
commit
ac41385659
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0306.164345
|
||||
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck oni-yasnippet oni-hydra smartparens)
|
||||
;; Version: 2020.0320.005622
|
||||
;; 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
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -149,6 +149,7 @@ _cs_: Solution ^^ _mr_: Reload Solution
|
|||
(add-hook 'csharp-mode-hook 'company-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 'flycheck-mode)
|
||||
(add-hook 'csharp-mode-hook 'omnisharp-mode)
|
||||
(add-hook 'csharp-mode-hook 'oni-csharp--auto-fill-mode)
|
||||
|
|
Loading…
Reference in a new issue