aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-02 10:28:34 -0800
committerGravatar Tom Willemse2020-03-02 10:28:34 -0800
commitd8feb633881c693c02831ff69c1e3798a189161d (patch)
treedd794ae07b3f5ca01066173046c0f378d0f922d0
parent0fbbdc912404eb020565dae872fc31416f377aa2 (diff)
downloademacs-config-d8feb633881c693c02831ff69c1e3798a189161d.tar.gz
emacs-config-d8feb633881c693c02831ff69c1e3798a189161d.zip
Add missing smartparens dependency
-rw-r--r--oni-csharp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-csharp.el b/oni-csharp.el
index 79fcaea..1a2c04f 100644
--- a/oni-csharp.el
+++ b/oni-csharp.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0302.095650
-;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck)
+;; Version: 2020.0302.100628
+;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck smartparens)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by