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))