From cc8de9b58eddad427c2d190ff9cdc9224c037ba0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Feb 2020 23:11:41 -0800 Subject: Add prescient --- oni-ivy.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'oni-ivy.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf