Emacs Stuph
This commit is contained in:
parent
2fb0acc5e0
commit
2f4dd68314
4 changed files with 193 additions and 1 deletions
|
|
@ -466,6 +466,8 @@
|
|||
:preface
|
||||
(defun my-csharp-mode-hook ()
|
||||
"My C# mode hook."
|
||||
(require 'prettysharp)
|
||||
(prettysharp-mode)
|
||||
(turn-on-font-lock)
|
||||
(omnisharp-mode)
|
||||
(c-set-style "ms-csharp"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue