aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ivy.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-ivy.el
parent1acb64f9c8daf3fffca0bb05ae32e66021355f7e (diff)
downloademacs-config-cc8de9b58eddad427c2d190ff9cdc9224c037ba0.tar.gz
emacs-config-cc8de9b58eddad427c2d190ff9cdc9224c037ba0.zip
Add prescient
Diffstat (limited to 'oni-ivy.el')
-rw-r--r--oni-ivy.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-ivy.el b/oni-ivy.el
index 81f6abc..8bf3309 100644
--- a/oni-ivy.el
+++ b/oni-ivy.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0918.110642
-;; Package-Requires: (ivy ivy-hydra diminish ivy-posframe)
+;; Version: 2020.0224.231056
+;; Package-Requires: (ivy oni-prescient ivy-hydra diminish ivy-posframe ivy-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 'ivy)
(require 'ivy-hydra)
(require 'ivy-posframe)
+(require 'ivy-prescient)
(defun oni-ivy--disable (orig-fun &rest args)
"Disable ivy while running ORIG-FUN with ARGS."
@@ -53,6 +54,7 @@
(add-hook 'emacs-startup-hook 'ivy-mode)
(ivy-posframe-mode)
+(ivy-prescient-mode)
(diminish 'ivy-posframe-mode)
(diminish 'ivy-mode)