aboutsummaryrefslogtreecommitdiffstats
path: root/oni-js2-mode.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-js2-mode.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-js2-mode.el')
-rw-r--r--oni-js2-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-js2-mode.el b/oni-js2-mode.el
index 68370ae..1ad81c6 100644
--- a/oni-js2-mode.el
+++ b/oni-js2-mode.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190206002649
-;; Package-Requires: (js2-mode js2-refactor flycheck company fill-column-indicator tern company-tern fic-mode)
+;; Version: 20190206003151
+;; Package-Requires: (oni-company js2-mode js2-refactor flycheck fill-column-indicator tern company-tern fic-mode)
;; 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