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 ()