From d4c7bb72e6ef3a987ef9784227f0959327e12049 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Mar 2020 19:53:09 -0800 Subject: Fix warnings about possibly non-existent variable company-backends --- oni-csharp/oni-csharp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-csharp') diff --git a/oni-csharp/oni-csharp.el b/oni-csharp/oni-csharp.el index b35154d..5214f59 100644 --- a/oni-csharp/oni-csharp.el +++ b/oni-csharp/oni-csharp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0302.195042 +;; Version: 2020.0302.195150 ;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck oni-yasnippet smartparens) ;; This program is free software; you can redistribute it and/or modify @@ -26,6 +26,7 @@ ;;; Code: +(require 'company) (require 'csharp-mode) (require 'yasnippet) -- cgit v1.2.3-54-g00ecf