aboutsummaryrefslogtreecommitdiffstats
path: root/oni-python.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-06 00:34:44 -0800
committerGravatar Tom Willemse2019-02-06 00:34:44 -0800
commit47432c3c1f35c11c822f64a6fa07f2133663ccc6 (patch)
tree00010a4d26c590979aa2291abc2676bbd068b93d /oni-python.el
parent7dd202a015a25a4642b0463ec0923acb23baacf9 (diff)
downloademacs-config-47432c3c1f35c11c822f64a6fa07f2133663ccc6.tar.gz
emacs-config-47432c3c1f35c11c822f64a6fa07f2133663ccc6.zip
Require oni-company instead of company
This should pull in my ‘company-mode’ configuration, as well as ‘company’.
Diffstat (limited to 'oni-python.el')
-rw-r--r--oni-python.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-python.el b/oni-python.el
index 5feab25..d173a77 100644
--- a/oni-python.el
+++ b/oni-python.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190205234251
-;; Package-Requires: (company-jedi fill-column-indicator flycheck rainbow-delimiters reformatter traad hydra)
+;; Version: 20190206003120
+;; Package-Requires: (oni-company company-jedi fill-column-indicator flycheck rainbow-delimiters reformatter traad hydra)
;; 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