Emacs Stuph

This commit is contained in:
John Doty 2019-03-21 21:06:08 +00:00
parent 2fb0acc5e0
commit 2f4dd68314
4 changed files with 193 additions and 1 deletions

View file

@ -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"))