From d1703ebd740f32f629c82299c366af825278595c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Jul 2019 22:47:11 -0700 Subject: [PATCH] =?UTF-8?q?Use=20recommended=20=E2=80=98ivy-posframe-mode?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-ivy.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/oni-ivy.el b/oni-ivy.el index 16eaa39..f49b077 100644 --- a/oni-ivy.el +++ b/oni-ivy.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190522204855 +;; Version: 20190708224516 ;; Package-Requires: (ivy ivy-hydra diminish ivy-posframe) ;; This program is free software; you can redistribute it and/or modify @@ -46,14 +46,13 @@ (add-function :around (symbol-function 'grep-read-files) #'oni-ivy--disable))) -(setq ivy-display-function #'ivy-posframe-display-at-frame-center) - -(diminish 'ivy-mode) - ;;;###autoload (add-hook 'emacs-startup-hook 'ivy-mode) -(ivy-posframe-enable) +(ivy-posframe-mode) + +(diminish 'ivy-posframe-mode) +(diminish 'ivy-mode) ;;;###autoload(with-eval-after-load 'ivy (require 'oni-ivy))