diff --git a/oni-csharp.el b/oni-csharp.el index 195765f..b718c6c 100644 --- a/oni-csharp.el +++ b/oni-csharp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0205.224224 +;; Version: 2020.0229.133028 ;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck) ;; This program is free software; you can redistribute it and/or modify @@ -82,7 +82,8 @@ (auto-fill-mode)) (with-eval-after-load 'company - (add-to-list 'company-backends 'company-omnisharp)) + (add-to-list 'company-backends + '(company-omnisharp :with company-yasnippet))) (add-hook 'csharp-mode-hook 'company-mode) (add-hook 'csharp-mode-hook 'electric-indent-local-mode)