aboutsummaryrefslogtreecommitdiffstats
path: root/oni-company.el
diff options
context:
space:
mode:
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)