From 4e5bf36c20a82288af7c24e714e283f991406390 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 30 Nov 2016 17:35:00 +0100 Subject: [PATCH] Install the csharp-mode package --- customizations.el | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/customizations.el b/customizations.el index d84929c..2e63b1d 100644 --- a/customizations.el +++ b/customizations.el @@ -48,6 +48,7 @@ company-restclient company-shell company-web + csharp-mode dashboard diminish dired-k diff --git a/init.el b/init.el index 1df1ea0..49a6313 100644 --- a/init.el +++ b/init.el @@ -1002,6 +1002,9 @@ (projects . 5))) (dashboard-setup-startup-hook)) +(use-package csharp-mode + :ensure t) + ;; `c-mode' settings (add-hook 'c-mode-common-hook (lambda ()