aboutsummaryrefslogtreecommitdiffstats
path: root/oni-company.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-02-24 23:11:41 -0800
committerGravatar Tom Willemse2020-02-24 23:11:41 -0800
commitcc8de9b58eddad427c2d190ff9cdc9224c037ba0 (patch)
treedf9fa65d0bf26cc1e7345c55891072e976ef6bd7 /oni-company.el
parent1acb64f9c8daf3fffca0bb05ae32e66021355f7e (diff)
downloademacs-config-cc8de9b58eddad427c2d190ff9cdc9224c037ba0.tar.gz
emacs-config-cc8de9b58eddad427c2d190ff9cdc9224c037ba0.zip
Add prescient
Diffstat (limited to 'oni-company.el')
-rw-r--r--oni-company.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-company.el b/oni-company.el
index edec938..49f6c5f 100644
--- a/oni-company.el
+++ b/oni-company.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210401
-;; Package-Requires: (company company-posframe diminish)
+;; Version: 2020.0224.231120
+;; Package-Requires: (company oni-prescient company-posframe diminish company-prescient)
;; 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
@@ -29,6 +29,7 @@
(require 'company)
(require 'company-dabbrev)
(require 'company-posframe)
+(require 'company-prescient)
(require 'diminish)
(defun oni-company--enable-posframe (_)
@@ -49,6 +50,8 @@
(add-hook 'company-completion-started-hook 'oni-company--enable-posframe)
+(company-prescient-mode)
+
(diminish 'company-mode)
(diminish 'company-posframe-mode)